.. |
layers
|
Add gc_efficientnetv2_rw_t weights (global context instead of SE attn). Add TF XL weights even though the fine-tuned ones don't validate that well. Change default arg for GlobalContext to use scal (mul) mode.
|
3 years ago |
pruned
|
…
|
|
__init__.py
|
wip xcit
|
4 years ago |
byoanet.py
|
Add Gather-Excite and Global Context attn modules. Refactor existing SE-like attn for consistency and refactor byob/byoanet for less redundancy.
|
4 years ago |
byobnet.py
|
Add efficientnetv2_rw_t defs w/ weights, and gc variant, as well as gcresnet26ts for experiments. Version 0.4.13
|
4 years ago |
cait.py
|
Refactoring, cleanup, improved test coverage.
|
4 years ago |
coat.py
|
Refactoring, cleanup, improved test coverage.
|
4 years ago |
convit.py
|
Merge branch 'master' into cleanup_xla_model_fixes
|
4 years ago |
cspnet.py
|
…
|
|
densenet.py
|
…
|
|
dla.py
|
Refactoring, cleanup, improved test coverage.
|
4 years ago |
dpn.py
|
Refactoring, cleanup, improved test coverage.
|
4 years ago |
efficientnet.py
|
Add gc_efficientnetv2_rw_t weights (global context instead of SE attn). Add TF XL weights even though the fine-tuned ones don't validate that well. Change default arg for GlobalContext to use scal (mul) mode.
|
3 years ago |
efficientnet_blocks.py
|
Bring EfficientNet SE layer in line with others, pull se_ratio outside of blocks. Allows swapping w/ other attn layers.
|
4 years ago |
efficientnet_builder.py
|
Able to use other attn layer in EfficientNet now. Create test ECA + GC B0 configs. Make ECA more configurable.
|
4 years ago |
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
|
4 years ago |
gluon_resnet.py
|
…
|
|
gluon_xception.py
|
…
|
|
hardcorenas.py
|
Bring EfficientNet SE layer in line with others, pull se_ratio outside of blocks. Allows swapping w/ other attn layers.
|
4 years ago |
helpers.py
|
Refactoring, cleanup, improved test coverage.
|
4 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
|
4 years ago |
mlp_mixer.py
|
Add gMLP-S weights, 79.6 top-1
|
4 years ago |
mobilenetv3.py
|
Refactoring, cleanup, improved test coverage.
|
4 years ago |
nasnet.py
|
…
|
|
nest.py
|
Use bicubic interpolation in resize_pos_embed()
|
4 years ago |
nfnet.py
|
Refactoring, cleanup, improved test coverage.
|
4 years ago |
pit.py
|
Refactoring, cleanup, improved test coverage.
|
4 years ago |
pnasnet.py
|
…
|
|
registry.py
|
Refactoring, cleanup, improved test coverage.
|
4 years ago |
regnet.py
|
Add Gather-Excite and Global Context attn modules. Refactor existing SE-like attn for consistency and refactor byob/byoanet for less redundancy.
|
4 years ago |
res2net.py
|
…
|
|
resnest.py
|
Add non-local and BAT attention. Merge attn and self-attn factories into one. Add attention references to README. Add mlp 'mode' to ECA.
|
4 years ago |
resnet.py
|
Refactoring, cleanup, improved test coverage.
|
4 years ago |
resnetv2.py
|
Fix features for resnetv2_50t
|
4 years ago |
rexnet.py
|
Post merge cleanup
|
4 years ago |
selecsls.py
|
…
|
|
senet.py
|
…
|
|
sknet.py
|
Remove min channels for SelectiveKernel, divisor should cover cases well enough.
|
4 years ago |
swin_transformer.py
|
Refactoring, cleanup, improved test coverage.
|
4 years ago |
tnt.py
|
Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights.
|
4 years ago |
tresnet.py
|
Add Gather-Excite and Global Context attn modules. Refactor existing SE-like attn for consistency and refactor byob/byoanet for less redundancy.
|
4 years ago |
twins.py
|
Refactoring, cleanup, improved test coverage.
|
4 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
|
4 years ago |
vision_transformer.py
|
Use bicubic interpolation in resize_pos_embed()
|
4 years ago |
vision_transformer_hybrid.py
|
AugReg release
|
4 years ago |
vovnet.py
|
…
|
|
xception.py
|
…
|
|
xception_aligned.py
|
…
|
|
xcit.py
|
Allow act_layer switch for xcit, fix in_chans for some variants
|
4 years ago |