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 8d8677e03b
Fix #139. Broken SKResNets after BlurPool addition, as a plus, SKResNets support AA now too.
5 years ago
..
layers Fix #139. Broken SKResNets after BlurPool addition, as a plus, SKResNets support AA now too. 5 years ago
pruned added efficientnet pruned weights 5 years ago
__init__.py
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
inception_resnet_v2.py
inception_v3.py
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
res2net.py Fix model create fn not passing num_classes through. Fix #135 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