MCPcopy Create free account

hub / github.com/TARTRL/Deepfake_Detection / functions

Functions965 in github.com/TARTRL/Deepfake_Detection

Functionmobilenetv3_small_075
MobileNet V3
dfd/timm/models/mobilenetv3.py:379
Functionmobilenetv3_small_100
(pretrained=False, **kwargs)
dfd/timm/models/mobilenetv3.py:386
Functionnasnetalarge
NASNet-A large model architecture.
dfd/timm/models/nasnet.py:611
Functionnatural_key
See http://www.codinghorror.com/blog/archives/001018.html
dfd/timm/utils.py:251
Functionparse
(x)
dfd/timm/models/layers/helpers.py:11
Functionpnasnet5large
r"""PNASNet-5 model architecture from the `"Progressive Neural Architecture Search" <https://arxiv.org/abs/1712.00559>`_ paper.
dfd/timm/models/pnasnet.py:387
Functionposterize
(img, bits_to_keep, **__)
dfd/timm/data/auto_augment.py:153
Functionregister_model
(fn)
dfd/timm/models/registry.py:14
Functionres2net101_26w_4s
Constructs a Res2Net-50_26w_4s model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
dfd/timm/models/res2net.py:144
Functionres2net50_14w_8s
Constructs a Res2Net-50_14w_8s model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
dfd/timm/models/res2net.py:208
Functionres2net50_26w_4s
Constructs a Res2Net-50_26w_4s model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
dfd/timm/models/res2net.py:128
Functionres2net50_26w_6s
Constructs a Res2Net-50_26w_4s model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
dfd/timm/models/res2net.py:160
Functionres2net50_26w_8s
Constructs a Res2Net-50_26w_4s model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
dfd/timm/models/res2net.py:176
Functionres2net50_48w_2s
Constructs a Res2Net-50_48w_2s model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
dfd/timm/models/res2net.py:192
Functionres2next50
Construct Res2NeXt-50 4s Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
dfd/timm/models/res2net.py:224
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/xception.py:180
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/pnasnet.py:349
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/gluon_xception.py:257
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/gluon_xception.py:394
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/senet.py:369
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/hrnet.py:686
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/dpn.py:227
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/densenet.py:127
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/mobilenetv3.py:120
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/inception_v4.py:280
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/selecsls.py:134
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/nasnet.py:562
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/inception_resnet_v2.py:296
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/efficientnet.py:314
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/efficientnet.py:425
Methodreset_classifier
(self, num_classes, global_pool='avg')
dfd/timm/models/resnet.py:444
Functionresnet101
Constructs a ResNet-101 model.
dfd/timm/models/resnet.py:549
Functionresnet152
Constructs a ResNet-152 model.
dfd/timm/models/resnet.py:561
Functionresnet18
Constructs a ResNet-18 model.
dfd/timm/models/resnet.py:472
Functionresnet26
Constructs a ResNet-26 model.
dfd/timm/models/resnet.py:496
Functionresnet26d
Constructs a ResNet-26 v1d model. This is technically a 28 layer ResNet, sticking with 'd' modifier from Gluon for now.
dfd/timm/models/resnet.py:508
Functionresnet34
Constructs a ResNet-34 model.
dfd/timm/models/resnet.py:484
Functionresnet50
Constructs a ResNet-50 model.
dfd/timm/models/resnet.py:523
Functionresnet50d
Constructs a ResNet-50-D model.
dfd/timm/models/resnet.py:535
Functionresnext101_32x4d
Constructs a ResNeXt-101 32x4d model.
dfd/timm/models/resnet.py:657
Functionresnext101_32x8d
Constructs a ResNeXt-101 32x8d model.
dfd/timm/models/resnet.py:671
Functionresnext101_64x4d
Constructs a ResNeXt101-64x4d model.
dfd/timm/models/resnet.py:685
Functionresnext50_32x4d
Constructs a ResNeXt50-32x4d model.
dfd/timm/models/resnet.py:628
Functionresnext50d_32x4d
Constructs a ResNeXt50d-32x4d model. ResNext50 w/ deep stem & avg pool downsample
dfd/timm/models/resnet.py:642
Functionrotate
(img, degrees, **kwargs)
dfd/timm/data/auto_augment.py:90
Methodsampler
(self)
dfd/timm/data/loader.py:193
Methodsampler
(self)
dfd/timm/data/loader.py:272
Methodsampler
(self)
dfd/timm/data/loader.py:352
Functionselecsls42
Constructs a SelecSLS42 model.
dfd/timm/models/selecsls.py:263
Functionselecsls42b
Constructs a SelecSLS42_B model.
dfd/timm/models/selecsls.py:270
Functionselecsls60
Constructs a SelecSLS60 model.
dfd/timm/models/selecsls.py:277
Functionselecsls60b
Constructs a SelecSLS60_B model.
dfd/timm/models/selecsls.py:284
Functionselecsls84
Constructs a SelecSLS84 model.
dfd/timm/models/selecsls.py:291
Functionselect_adaptive_pool2d
Selectable global pooling function with dynamic input kernel size
dfd/timm/models/layers/adaptive_avgmax_pool.py:36
Functionsemnasnet_050
MNASNet A1 (w/ SE), depth multiplier of 0.5
dfd/timm/models/efficientnet.py:1014
Functionsemnasnet_075
MNASNet A1 (w/ SE), depth multiplier of 0.75.
dfd/timm/models/efficientnet.py:1021
Functionsemnasnet_140
MNASNet A1 (w/ SE), depth multiplier of 1.4.
dfd/timm/models/efficientnet.py:1041
Functionsenet154
(pretrained=False, num_classes=1000, in_chans=3, **kwargs)
dfd/timm/models/senet.py:465
Functionseresnet101
(pretrained=False, num_classes=1000, in_chans=3, **kwargs)
dfd/timm/models/senet.py:439
Functionseresnet152
(pretrained=False, num_classes=1000, in_chans=3, **kwargs)
dfd/timm/models/senet.py:452
Functionseresnet18
(pretrained=False, num_classes=1000, in_chans=3, **kwargs)
dfd/timm/models/senet.py:400
Functionseresnet34
(pretrained=False, num_classes=1000, in_chans=3, **kwargs)
dfd/timm/models/senet.py:413
Functionseresnet50
(pretrained=False, num_classes=1000, in_chans=3, **kwargs)
dfd/timm/models/senet.py:426
Functionseresnext101_32x4d
(pretrained=False, num_classes=1000, in_chans=3, **kwargs)
dfd/timm/models/senet.py:502
Functionseresnext26_32x4d
(pretrained=False, num_classes=1000, in_chans=3, **kwargs)
dfd/timm/models/senet.py:476
Functionseresnext26d_32x4d
Constructs a SE-ResNeXt-26-D model. This is technically a 28 layer ResNet, using the 'D' modifier from Gluon / bag-of-tricks for combination o
dfd/timm/models/resnet.py:931
Functionseresnext26t_32x4d
Constructs a SE-ResNet-26-T model. This is technically a 28 layer ResNet, like a 'D' bag-of-tricks model but with tiered 24, 48, 64 channels i
dfd/timm/models/resnet.py:947
Functionseresnext26tn_32x4d
Constructs a SE-ResNeXt-26-TN model. This is technically a 28 layer ResNet, like a 'D' bag-of-tricks model but with tiered 24, 32, 64 channels
dfd/timm/models/resnet.py:964
Functionseresnext50_32x4d
(pretrained=False, num_classes=1000, in_chans=3, **kwargs)
dfd/timm/models/senet.py:489
Methodset_transform
(self, transform, transform_rotateds)
dfd/timm/data/dataset.py:357
Methodset_transform
(self, transform)
dfd/timm/data/dataset.py:527
Functionsharpness
(img, factor, **__)
dfd/timm/data/auto_augment.py:171
Functionshear_x
(img, factor, **kwargs)
dfd/timm/data/auto_augment.py:58
Functionshear_y
(img, factor, **kwargs)
dfd/timm/data/auto_augment.py:63
Functionsigmoid
(x, inplace: bool = False)
dfd/timm/models/layers/activations.py:108
Functionskresnet18
Constructs a Selective Kernel ResNet-18 model. Different from configs in Select Kernel paper or "Compounding the Performance Improvements..." thi
dfd/timm/models/sknet.py:141
Functionskresnet34
Constructs a Selective Kernel ResNet-34 model. Different from configs in Select Kernel paper or "Compounding the Performance Improvements..." thi
dfd/timm/models/sknet.py:163
Functionskresnet50
Constructs a Select Kernel ResNet-50 model. Different from configs in Select Kernel paper or "Compounding the Performance Improvements..." this
dfd/timm/models/sknet.py:185
Functionskresnet50d
Constructs a Select Kernel ResNet-50-D model. Different from configs in Select Kernel paper or "Compounding the Performance Improvements..." this
dfd/timm/models/sknet.py:205
Functionskresnext50_32x4d
Constructs a Select Kernel ResNeXt50-32x4d model. This should be equivalent to the SKNet-50 model in the Select Kernel Paper
dfd/timm/models/sknet.py:226
Functionsolarize
(img, thresh, **__)
dfd/timm/data/auto_augment.py:134
Functionsolarize_add
(img, add, thresh=128, **__)
dfd/timm/data/auto_augment.py:138
Functionspnasnet_100
Single-Path NAS Pixel1
dfd/timm/models/efficientnet.py:1072
Functionssl_resnet18
Constructs a semi-supervised ResNet-18 model pre-trained on YFCC100M dataset and finetuned on ImageNet `"Billion-scale Semi-Supervised Learning fo
dfd/timm/models/resnet.py:769
Functionssl_resnet50
Constructs a semi-supervised ResNet-50 model pre-trained on YFCC100M dataset and finetuned on ImageNet `"Billion-scale Semi-Supervised Learning fo
dfd/timm/models/resnet.py:782
Functionssl_resnext101_32x16d
Constructs a semi-supervised ResNeXt-101 32x16 model pre-trained on YFCC100M dataset and finetuned on ImageNet `"Billion-scale Semi-Supervised Lea
dfd/timm/models/resnet.py:834
Functionssl_resnext101_32x4d
Constructs a semi-supervised ResNeXt-101 32x4 model pre-trained on YFCC100M dataset and finetuned on ImageNet `"Billion-scale Semi-Supervised Lear
dfd/timm/models/resnet.py:808
Functionssl_resnext101_32x8d
Constructs a semi-supervised ResNeXt-101 32x8 model pre-trained on YFCC100M dataset and finetuned on ImageNet `"Billion-scale Semi-Supervised Lear
dfd/timm/models/resnet.py:821
Functionssl_resnext50_32x4d
Constructs a semi-supervised ResNeXt-50 32x4 model pre-trained on YFCC100M dataset and finetuned on ImageNet `"Billion-scale Semi-Supervised Learn
dfd/timm/models/resnet.py:795
Methodstate_dict
(self)
dfd/timm/scheduler/plateau_lr.py:43
Methodstate_dict
(self)
dfd/timm/scheduler/scheduler.py:55
Methodstep
(self, epoch, metric=None)
dfd/timm/scheduler/plateau_lr.py:55
Methodstep
(self, epoch: int, metric: float = None)
dfd/timm/scheduler/scheduler.py:67
Methodstep
(self, closure=None)
dfd/timm/optim/radam.py:98
Methodstep
(self, closure=None)
dfd/timm/optim/lookahead.py:43
Methodstep
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
dfd/timm/optim/adamw.py:55
Methodstep
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
dfd/timm/optim/rmsprop_tf.py:57
Methodstep
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
dfd/timm/optim/nadam.py:34
Methodstep
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model an
dfd/timm/optim/nvnovograd.py:54
Methodstep
(self, closure=None)
dfd/timm/optim/novograd.py:25
← previousnext →801–900 of 965, ranked by callers