Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZjjConan/SimAM
/ functions
Functions
131 in github.com/ZjjConan/SimAM
⨍
Functions
131
◇
Types & classes
31
Method
forward
(self, x)
networks/attentions/cbam_module.py:78
Method
forward
(self, x)
networks/attentions/cbam_module.py:96
Method
forward
(self, x)
networks/attentions/simam_module.py:21
Method
forward
(self, x)
networks/attentions/se_module.py:18
Method
forward
(self, x)
networks/cifar/block.py:56
Method
forward
(self, x)
networks/cifar/block.py:111
Method
forward
(self, x)
networks/cifar/block.py:157
Method
forward
(self, x)
networks/cifar/block.py:212
Method
forward
(self, x)
networks/cifar/block.py:249
Method
forward
(self, x)
networks/cifar/block.py:301
Method
forward
(self, x)
networks/cifar/preresnet.py:43
Method
forward
(self, x)
networks/cifar/mobilenetv2.py:40
Method
forward
(self, x)
networks/cifar/resnet.py:40
Method
forward
(self, x)
networks/cifar/wideresnet.py:17
Method
forward
(self, x)
networks/cifar/wideresnet.py:54
Method
forward
(self, x)
mmdetection/mmdet/models/backbones/resnet_simam.py:71
Method
forward
(self, x)
mmdetection/mmdet/models/backbones/resnet_simam.py:137
Method
forward
(self, x)
mmdetection/mmdet/models/backbones/resnet_simam.py:303
Method
forward
(self, x)
mmdetection/mmdet/models/backbones/attentions/simam_module.py:21
Method
get_module_name
()
networks/attentions/cbam_module.py:93
Method
get_module_name
()
networks/attentions/simam_module.py:18
Method
init_weights
Initialize the weights in backbone. Args: pretrained (str, optional): Path to pre-trained weights. Defaults to No
mmdetection/mmdet/models/backbones/resnet_simam.py:274
Function
mobilenet_v2
Constructs a MobileNetV2 architecture from `"MobileNetV2: Inverted Residuals and Linear Bottlenecks" <https://arxiv.org/abs/1801.04381>`_.
networks/imagenet/mobilenetv2.py:237
Function
resnet101
r"""ResNet-101 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (
networks/imagenet/resnet.py:339
Function
resnet152
r"""ResNet-152 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (
networks/imagenet/resnet.py:351
Function
resnet18
r"""ResNet-18 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (b
networks/imagenet/resnet.py:302
Function
resnet34
r"""ResNet-34 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (b
networks/imagenet/resnet.py:315
Function
resnet50
r"""ResNet-50 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (b
networks/imagenet/resnet.py:327
Function
resnet50d
r"""ResNet-50 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (b
networks/imagenet/resnet.py:388
Function
resnext101_64x4d
r"""ResNeXt-50 32x4d model from `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_. Args:
networks/imagenet/resnet.py:375
Function
resnext50_32x4d
r"""ResNeXt-50 32x4d model from `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_. Args:
networks/imagenet/resnet.py:363
← previous
101–131 of 131, ranked by callers