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 27a93e9de7
Improve test crop for ViT models. Small now 77.85, added base weights at 79.35 top-1.
4 years ago
..
layers Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers. 4 years ago
pruned
__init__.py Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers. 4 years ago
cspnet.py
densenet.py
dla.py
dpn.py
efficientnet.py Add EfficientNet-EdgeTPU-M (efficientnet_em) model trained natively in PyTorch. More sotabench fiddling. 4 years ago
efficientnet_blocks.py AdaptiveAvgPool2d -> mean((2,3)) for all SE/attn layers to avoid NaN with AMP + channels_last layout. See https://github.com/pytorch/pytorch/issues/43992 4 years ago
efficientnet_builder.py
factory.py Add global_pool (--gp) arg changes to allow passing 'fast' easily for train/validate to avoid channels_last issue with AdaptiveAvgPool 4 years ago
features.py
gluon_resnet.py
gluon_xception.py
helpers.py Cleanup Apex vs native AMP scaler state save/load. Cleanup CheckpointSaver a bit. 4 years ago
hrnet.py hrnet features_only pretrained weight loading issue. Fix #232. 4 years ago
inception_resnet_v2.py
inception_v3.py
inception_v4.py
mobilenetv3.py Fix MobileNetV3 crash with global_pool='', output consistent with other models but not equivalent due to efficient head. 4 years ago
nasnet.py
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 Add ResNet weights. 80.5 (top-1) ResNet-50-D, 77.1 ResNet-34-D, 72.7 ResNet-18-D. 4 years ago
rexnet.py Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers. 4 years ago
selecsls.py
senet.py AdaptiveAvgPool2d -> mean((2,3)) for all SE/attn layers to avoid NaN with AMP + channels_last layout. See https://github.com/pytorch/pytorch/issues/43992 4 years ago
sknet.py
tresnet.py Add 'fast' global pool option, remove redundant SEModule from tresnet, normal one is now 'fast' 4 years ago
vision_transformer.py Improve test crop for ViT models. Small now 77.85, added base weights at 79.35 top-1. 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