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 17270c69b9
Remove annoying InceptionV3 dependency on scipy and insanely slow trunc_norm init. Bring InceptionV3 code into this codebase and use upcoming torch trunch_norm_ init.
5 years ago
..
layers Remove annoying InceptionV3 dependency on scipy and insanely slow trunc_norm init. Bring InceptionV3 code into this codebase and use upcoming torch trunch_norm_ init. 5 years ago
pruned added efficientnet pruned weights 5 years ago
__init__.py Add ResNeSt models 5 years ago
densenet.py
dla.py
dpn.py
efficientnet.py added efficientnet pruned weights 5 years ago
efficientnet_blocks.py
efficientnet_builder.py
factory.py
feature_hooks.py
gluon_resnet.py
gluon_xception.py
helpers.py Final blurpool2d cleanup and add resnetblur50 weights, match tresnet Downsample arg order to BlurPool2d for interop 5 years ago
hrnet.py Replace all None by nn.Identity() in HRNet modules 5 years ago
inception_resnet_v2.py
inception_v3.py Remove annoying InceptionV3 dependency on scipy and insanely slow trunc_norm init. Bring InceptionV3 code into this codebase and use upcoming torch trunch_norm_ init. 5 years ago
inception_v4.py
mobilenetv3.py
nasnet.py
pnasnet.py Fix model create fn not passing num_classes through. Fix #135 5 years ago
registry.py Exclude EfficientNet-L2 models from test 5 years ago
res2net.py Fix model create fn not passing num_classes through. Fix #135 5 years ago
resnest.py Missed one of the abalation model entrypoints, update README 5 years ago
resnet.py Final blurpool2d cleanup and add resnetblur50 weights, match tresnet Downsample arg order to BlurPool2d for interop 5 years ago
selecsls.py
senet.py
sknet.py Fix #139. Broken SKResNets after BlurPool addition, as a plus, SKResNets support AA now too. 5 years ago
tresnet.py
xception.py