MCPcopy Create free account

hub / github.com/Cadene/pretrained-models.pytorch / functions

Functions373 in github.com/Cadene/pretrained-models.pytorch

Methodforward
(self, x)
pretrainedmodels/models/polynet.py:339
Methodforward
(self, x)
pretrainedmodels/models/polynet.py:455
Methodforward
(self, x)
pretrainedmodels/models/cafferesnet.py:42
Methodforward
(self, x)
pretrainedmodels/models/cafferesnet.py:77
Methodforward
(self, x)
pretrainedmodels/models/cafferesnet.py:162
Methodforward
(self, x)
pretrainedmodels/models/nasnet_mobile.py:55
Methodforward
(self, x)
pretrainedmodels/models/nasnet_mobile.py:69
Methodforward
(self, x)
pretrainedmodels/models/nasnet_mobile.py:87
Methodforward
(self, x)
pretrainedmodels/models/nasnet_mobile.py:105
Methodforward
(self, x)
pretrainedmodels/models/nasnet_mobile.py:131
Methodforward
(self, x)
pretrainedmodels/models/nasnet_mobile.py:147
Methodforward
(self, x)
pretrainedmodels/models/nasnet_mobile.py:183
Methodforward
(self, x_conv0, x_stem_0)
pretrainedmodels/models/nasnet_mobile.py:248
Methodforward
(self, x, x_prev)
pretrainedmodels/models/nasnet_mobile.py:318
Methodforward
(self, x, x_prev)
pretrainedmodels/models/nasnet_mobile.py:381
Methodforward
(self, x, x_prev)
pretrainedmodels/models/nasnet_mobile.py:435
Methodforward
(self, x, x_prev)
pretrainedmodels/models/nasnet_mobile.py:493
Methodforward
(self, input)
pretrainedmodels/models/nasnet_mobile.py:612
Methodforward
(self, x)
pretrainedmodels/models/wideresnet.py:65
Methodforward
(self, input)
pretrainedmodels/models/bninception.py:492
Methodforward
(self, x)
pretrainedmodels/models/fbresnet/resnet152_load.py:39
Methodforward
(self, x)
pretrainedmodels/models/fbresnet/resnet152_load.py:74
Methodforward
(self, input)
pretrainedmodels/models/resnext_features/resnext101_64x4d_features.py:22
Methodforward
(self, input)
pretrainedmodels/models/resnext_features/resnext101_64x4d_features.py:30
Methodforward
(self, input)
pretrainedmodels/models/resnext_features/resnext101_64x4d_features.py:38
Methodforward
(self, input)
pretrainedmodels/models/resnext_features/resnext101_32x4d_features.py:22
Methodforward
(self, input)
pretrainedmodels/models/resnext_features/resnext101_32x4d_features.py:30
Methodforward
(self, input)
pretrainedmodels/models/resnext_features/resnext101_32x4d_features.py:38
Methodget_number_classes
(self)
pretrainedmodels/datasets/voc.py:260
Functionidentity
(x)
pretrainedmodels/models/resnext_features/resnext101_64x4d_features.py:41
Functionidentity
(x)
pretrainedmodels/models/resnext_features/resnext101_32x4d_features.py:41
Functioninceptionv3
r"""Inception v3 model architecture from `"Rethinking the Inception Architecture for Computer Vision" <http://arxiv.org/abs/1512.00567>`_.
pretrainedmodels/models/torchvision_models.py:252
Functioninner
(b=1, bsize=1, tsize=None)
pretrainedmodels/datasets/utils.py:70
Functionlogits
(self, features)
pretrainedmodels/models/torchvision_models.py:152
Functionnasnetalarge
r"""NASNetALarge model architecture from the `"NASNet" <https://arxiv.org/abs/1707.07012>`_ paper.
pretrainedmodels/models/nasnet.py:608
Functionnasnetamobile
r"""NASNetALarge model architecture from the `"NASNet" <https://arxiv.org/abs/1707.07012>`_ paper.
pretrainedmodels/models/nasnet_mobile.py:618
Functionpnasnet5large
r"""PNASNet-5 model architecture from the `"Progressive Neural Architecture Search" <https://arxiv.org/abs/1712.00559>`_ paper.
pretrainedmodels/models/pnasnet.py:372
Functionpolynet
PolyNet architecture from the paper 'PolyNet: A Pursuit of Structural Diversity in Very Deep Networks' https://arxiv.org/abs/1611.05725
pretrainedmodels/models/polynet.py:461
Functionprint_info
(self, input, output)
examples/visu_arch.py:75
Functionresnet101
Constructs a ResNet-101 model.
pretrainedmodels/models/torchvision_models.py:378
Functionresnet101
Constructs a ResNet-101 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
pretrainedmodels/models/fbresnet/resnet152_load.py:196
Functionresnet152
Constructs a ResNet-152 model.
pretrainedmodels/models/torchvision_models.py:388
Functionresnet18
Constructs a ResNet-18 model.
pretrainedmodels/models/torchvision_models.py:348
Functionresnet18
Constructs a ResNet-18 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
pretrainedmodels/models/fbresnet/resnet152_load.py:160
Functionresnet34
Constructs a ResNet-34 model.
pretrainedmodels/models/torchvision_models.py:358
Functionresnet34
Constructs a ResNet-34 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
pretrainedmodels/models/fbresnet/resnet152_load.py:172
Functionresnet50
Constructs a ResNet-50 model.
pretrainedmodels/models/torchvision_models.py:368
Functionresnet50
Constructs a ResNet-50 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
pretrainedmodels/models/fbresnet/resnet152_load.py:184
Functionresnext101_32x4d
(num_classes=1000, pretrained='imagenet')
pretrainedmodels/models/resnext.py:79
Functionresnext101_64x4d
(num_classes=1000, pretrained='imagenet')
pretrainedmodels/models/resnext.py:93
Functionsave_activation
(self, input, output)
examples/visu_arch.py:177
Functionse_resnet101
(num_classes=1000, pretrained='imagenet')
pretrainedmodels/models/senet.py:401
Functionse_resnet152
(num_classes=1000, pretrained='imagenet')
pretrainedmodels/models/senet.py:412
Functionse_resnet50
(num_classes=1000, pretrained='imagenet')
pretrainedmodels/models/senet.py:390
Functionse_resnext101_32x4d
(num_classes=1000, pretrained='imagenet')
pretrainedmodels/models/senet.py:434
Functionse_resnext50_32x4d
(num_classes=1000, pretrained='imagenet')
pretrainedmodels/models/senet.py:423
Functionsenet154
(num_classes=1000, pretrained='imagenet')
pretrainedmodels/models/senet.py:381
Functionsqueezenet1_0
r"""SqueezeNet model architecture from the `"SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size" <https://arxi
pretrainedmodels/models/torchvision_models.py:428
Functionsqueezenet1_1
r"""SqueezeNet 1.1 model from the `official SqueezeNet repo <https://github.com/DeepScale/SqueezeNet/tree/master/SqueezeNet_v1.1>`_. SqueezeNe
pretrainedmodels/models/torchvision_models.py:440
Functiontest_pm_imagenet
(model_name, pretrained)
tests/test_pm_imagenet.py:24
Functiontest_torch_save
(model_name, pretrained, tmp_path)
tests/test_torch_save.py:15
Methodvalue
Returns the model's average precision for each class Return: ap (FloatTensor): 1xK tensor, with avg precision for each class k
pretrainedmodels/datasets/utils.py:158
Functionvgg11
VGG 11-layer model (configuration "A")
pretrainedmodels/models/torchvision_models.py:495
Functionvgg11_bn
VGG 11-layer model (configuration "A") with batch normalization
pretrainedmodels/models/torchvision_models.py:505
Functionvgg13
VGG 13-layer model (configuration "B")
pretrainedmodels/models/torchvision_models.py:515
Functionvgg13_bn
VGG 13-layer model (configuration "B") with batch normalization
pretrainedmodels/models/torchvision_models.py:525
Functionvgg16
VGG 16-layer model (configuration "D")
pretrainedmodels/models/torchvision_models.py:535
Functionvgg16_bn
VGG 16-layer model (configuration "D") with batch normalization
pretrainedmodels/models/torchvision_models.py:545
Functionvgg19
VGG 19-layer model (configuration "E")
pretrainedmodels/models/torchvision_models.py:555
Functionvgg19_bn
VGG 19-layer model (configuration 'E') with batch normalization
pretrainedmodels/models/torchvision_models.py:565
Functionvggm
(num_classes=1000, pretrained='imagenet')
pretrainedmodels/models/vggm.py:105
Functionwideresnet50
(pooling)
pretrainedmodels/models/wideresnet.py:70
Functionxception
(num_classes=1000, pretrained='imagenet')
pretrainedmodels/models/xception.py:216
← previous301–373 of 373, ranked by callers