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.
Ross Wightman
d3f7440650
Add EfficientNetV2 XL model defs
|
3 years ago |
.. |
layers
|
Realized LayerNorm2d won't work in all cases as is, fixed.
|
3 years ago |
pruned
|
…
|
|
__init__.py
|
wip xcit
|
3 years ago |
byoanet.py
|
…
|
|
byobnet.py
|
Add efficientnetv2_rw_t defs w/ weights, and gc variant, as well as gcresnet26ts for experiments. Version 0.4.13
|
3 years ago |
cait.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
coat.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
convit.py
|
Merge branch 'master' into cleanup_xla_model_fixes
|
3 years ago |
cspnet.py
|
…
|
|
densenet.py
|
…
|
|
dla.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
dpn.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
efficientnet.py
|
Add EfficientNetV2 XL model defs
|
3 years ago |
efficientnet_blocks.py
|
…
|
|
efficientnet_builder.py
|
…
|
|
factory.py
|
…
|
|
features.py
|
…
|
|
ghostnet.py
|
Fix a few issues loading pretrained vit/bit npz weights w/ num_classes=0 __init__ arg. Missed a few other small classifier handling detail on Mlp, GhostNet, Levit. Should fix #713
|
3 years ago |
gluon_resnet.py
|
…
|
|
gluon_xception.py
|
…
|
|
hardcorenas.py
|
…
|
|
helpers.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
hrnet.py
|
…
|
|
hub.py
|
…
|
|
inception_resnet_v2.py
|
…
|
|
inception_v3.py
|
…
|
|
inception_v4.py
|
…
|
|
levit.py
|
Fix a few issues loading pretrained vit/bit npz weights w/ num_classes=0 __init__ arg. Missed a few other small classifier handling detail on Mlp, GhostNet, Levit. Should fix #713
|
3 years ago |
mlp_mixer.py
|
Add gMLP-S weights, 79.6 top-1
|
3 years ago |
mobilenetv3.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
nasnet.py
|
…
|
|
nest.py
|
Use bicubic interpolation in resize_pos_embed()
|
3 years ago |
nfnet.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
pit.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
pnasnet.py
|
…
|
|
registry.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
regnet.py
|
…
|
|
res2net.py
|
…
|
|
resnest.py
|
…
|
|
resnet.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
resnetv2.py
|
Fix features for resnetv2_50t
|
3 years ago |
rexnet.py
|
Post merge cleanup
|
3 years ago |
selecsls.py
|
…
|
|
senet.py
|
…
|
|
sknet.py
|
…
|
|
swin_transformer.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
tnt.py
|
…
|
|
tresnet.py
|
…
|
|
twins.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
vgg.py
|
…
|
|
visformer.py
|
Fix a few issues loading pretrained vit/bit npz weights w/ num_classes=0 __init__ arg. Missed a few other small classifier handling detail on Mlp, GhostNet, Levit. Should fix #713
|
3 years ago |
vision_transformer.py
|
Use bicubic interpolation in resize_pos_embed()
|
3 years ago |
vision_transformer_hybrid.py
|
AugReg release
|
3 years ago |
vovnet.py
|
…
|
|
xception.py
|
…
|
|
xception_aligned.py
|
…
|
|
xcit.py
|
Allow act_layer switch for xcit, fix in_chans for some variants
|
3 years ago |