You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/timm/models
Ross Wightman 38d8f67570
Fix potential issue with change to num_classes arg in train/validate.py defaulting to None (rely on model def / default_cfg)
4 years ago
..
layers ResNetV2 pre-act and non-preact model, w/ BiT pretrained weights and support for ViT R50 model. Tweaks for in21k num_classes passing. More to do... tests failing. 4 years ago
pruned
__init__.py ResNetV2 pre-act and non-preact model, w/ BiT pretrained weights and support for ViT R50 model. Tweaks for in21k num_classes passing. More to do... tests failing. 4 years ago
cspnet.py
densenet.py
dla.py
dpn.py Remove some old __future__ imports 4 years ago
efficientnet.py Bug in last mod for features_only default_cfg 4 years ago
efficientnet_blocks.py
efficientnet_builder.py
factory.py ResNetV2 pre-act and non-preact model, w/ BiT pretrained weights and support for ViT R50 model. Tweaks for in21k num_classes passing. More to do... tests failing. 4 years ago
features.py
gluon_resnet.py
gluon_xception.py
helpers.py Fix potential issue with change to num_classes arg in train/validate.py defaulting to None (rely on model def / default_cfg) 4 years ago
hrnet.py Bug in last mod for features_only default_cfg 4 years ago
inception_resnet_v2.py
inception_v3.py A few more changes for 0.3.2 maint release. Linear layer change for mobilenetv3 and inception_v3, support no bias for linear wrapper. 4 years ago
inception_v4.py
mobilenetv3.py Bug in last mod for features_only default_cfg 4 years ago
nasnet.py ResNetV2 pre-act and non-preact model, w/ BiT pretrained weights and support for ViT R50 model. Tweaks for in21k num_classes passing. More to do... tests failing. 4 years ago
pnasnet.py
registry.py
regnet.py Add DropPath (stochastic depth) to ReXNet and VoVNet. RegNet DropPath impl tweak and dedupe se args. 4 years ago
res2net.py
resnest.py
resnet.py Convert samples/targets in ParserImageInTar to numpy arrays, slightly less mem usage for massive datasets. Add a few more se/eca model defs to resnet.py 4 years ago
resnetv2.py Finishing adding stochastic depth support to BiT ResNetV2 models 4 years ago
rexnet.py Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers. 4 years ago
selecsls.py
senet.py
sknet.py
tresnet.py
vision_transformer.py Add DeiT distilled weights and distilled model def. Remove some redudant ViT model args. 4 years ago
vovnet.py Add DropPath (stochastic depth) to ReXNet and VoVNet. RegNet DropPath impl tweak and dedupe se args. 4 years ago
xception.py
xception_aligned.py Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers. 4 years ago