pytorch-image-models/timm/models
Ross Wightman 9590f301a9 Merge branch 'blur' of https://github.com/VRandme/pytorch-image-models into VRandme-blur 2020-05-01 15:19:57 -07:00
..
layers Merge branch 'blur' of https://github.com/VRandme/pytorch-image-models into VRandme-blur 2020-05-01 15:19:57 -07:00
pruned Move pruned model adapt strings to separate txt files. A few minor formatting alignment tweaks. 2020-05-01 15:09:20 -07:00
__init__.py TResNet models 2020-04-12 18:44:12 +03:00
densenet.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
dla.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
dpn.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
efficientnet.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 2020-04-09 01:41:54 -07:00
efficientnet_blocks.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 2020-04-09 01:41:54 -07:00
efficientnet_builder.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 2020-04-09 01:41:54 -07:00
factory.py Unify drop connect vs drop path under 'drop path' name, switch all EfficientNet/MobilenetV3 refs to 'drop_path'. Update factory to handle new drop args. 2020-02-18 14:00:26 -08:00
feature_hooks.py
gluon_resnet.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 2020-02-10 11:55:03 -08:00
gluon_xception.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
helpers.py Move pruned model adapt strings to separate txt files. A few minor formatting alignment tweaks. 2020-05-01 15:09:20 -07:00
hrnet.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
inception_resnet_v2.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
inception_v3.py
inception_v4.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
mobilenetv3.py Merge changes in feature extraction interface to MobileNetV3 2020-04-13 02:02:14 +03:00
nasnet.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
pnasnet.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
registry.py
res2net.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 2020-02-10 11:55:03 -08:00
resnet.py Merge branch 'blur' of https://github.com/VRandme/pytorch-image-models into VRandme-blur 2020-05-01 15:19:57 -07:00
selecsls.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
senet.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
sknet.py Update comments for Selective Kernel and DropBlock/Path impl, add skresnet34 weights 2020-02-18 13:58:30 -08:00
tresnet.py Small TResNet simplification, just use SelectAdaptivePool, don't notice any perf difference 2020-04-27 17:50:19 -07:00
xception.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00