This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
pytorch-image-models
Watch
1
Star
0
Fork
0
You've already forked pytorch-image-models
mirror of
https://github.com/huggingface/pytorch-image-models.git
synced
2025-06-03 15:01:08 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
pytorch-image-models
/
timm
/
models
History
Ross Wightman
5a16c533ff
Add better resnext50_32x4d weights trained by andravin
2020-03-18 14:43:50 -07:00
..
layers
Annotate types on drop fns to avoid torchscript error
2020-02-27 09:30:23 -08:00
__init__.py
…
densenet.py
…
dla.py
…
dpn.py
…
efficientnet_blocks.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
efficientnet_builder.py
EfficientNet-Lite model added w/ converted checkpoints, validation in progress...
2020-03-17 23:31:45 -07:00
efficientnet.py
Add EfficientNet-Lite results, update README
2020-03-18 13:12:30 -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
…
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
2020-02-29 20:37:20 -08:00
nasnet.py
…
pnasnet.py
…
registry.py
…
res2net.py
…
resnet.py
Add better resnext50_32x4d weights trained by andravin
2020-03-18 14:43:50 -07:00
selecsls.py
…
senet.py
…
sknet.py
Update comments for Selective Kernel and DropBlock/Path impl, add skresnet34 weights
2020-02-18 13:58:30 -08:00
xception.py
…