Spaces:
Running
Running
File size: 127 Bytes
9bf4bd7 |
1 2 3 4 5 |
# Copyright (c) OpenMMLab. All rights reserved.
from .common import GCAModule, Maxpool2d
__all__ = ['Maxpool2d', 'GCAModule']
|