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
talrid 011a11d987
TResNet models
5 years ago
..
layers TResNet models 5 years ago
__init__.py TResNet models 5 years ago
densenet.py
dla.py
dpn.py
efficientnet.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 5 years ago
efficientnet_blocks.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 5 years ago
efficientnet_builder.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 5 years ago
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. 5 years ago
feature_hooks.py
gluon_resnet.py
gluon_xception.py
helpers.py
hrnet.py
inception_resnet_v2.py
inception_v3.py
inception_v4.py
mobilenetv3.py Add MobileNetV3 Large weights, results, update README and sotabench for merge 5 years ago
nasnet.py
pnasnet.py
registry.py
res2net.py
resnet.py Fix minor typos in create_attn.py and resnet.py 5 years ago
selecsls.py
senet.py
sknet.py Update comments for Selective Kernel and DropBlock/Path impl, add skresnet34 weights 5 years ago
tresnet.py TResNet models 5 years ago
xception.py