.. |
layers
|
Fix formatting of last commit
|
3 years ago |
pruned
|
added efficientnet pruned weights
|
5 years ago |
__init__.py
|
Add ConvMixer
|
3 years ago |
beit.py
|
use .unbind instead of explicitly listing the indices
|
3 years ago |
byoanet.py
|
Fixed eca_botnext26ts_256 weights added, 79.27
|
3 years ago |
byobnet.py
|
add d8 and e8 regnetz models with group size 8
|
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 |
convmixer.py
|
Add ConvMixer
|
3 years ago |
crossvit.py
|
A few more crossvit tweaks, fix training w/ no_weight_decay names, add crop option for scaling, adjust default crop_pct for large img size to 1.0 for better results
|
3 years ago |
cspnet.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
densenet.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
dla.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
dpn.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
efficientnet.py
|
make it possible to provide norm_layer via create_model
|
3 years ago |
efficientnet_blocks.py
|
Remove dead code line from efficientnet
|
3 years ago |
efficientnet_builder.py
|
Able to use other attn layer in EfficientNet now. Create test ECA + GC B0 configs. Make ECA more configurable.
|
3 years ago |
factory.py
|
A few minor fixes and bit more cleanup on the huggingface hub integration.
|
4 years ago |
features.py
|
Fix some attributions, add copyrights to some file docstrings
|
4 years ago |
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
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
gluon_xception.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
hardcorenas.py
|
Bring EfficientNet SE layer in line with others, pull se_ratio outside of blocks. Allows swapping w/ other attn layers.
|
3 years ago |
helpers.py
|
support bits checkpoints in avg/load
|
3 years ago |
hrnet.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
hub.py
|
Change huggingface hub revision delimiter to '@', add hf_hub reference for eca_nfnet_l0 model as an example.
|
4 years ago |
inception_resnet_v2.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
inception_v3.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
inception_v4.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
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
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
nest.py
|
use .unbind instead of explicitly listing the indices
|
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
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
registry.py
|
Refactoring, cleanup, improved test coverage.
|
3 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.
|
3 years ago |
res2net.py
|
Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
|
4 years ago |
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.
|
3 years ago |
resnet.py
|
Update lambda_resnet26t weights with better set
|
3 years ago |
resnetv2.py
|
Update broken resnetv2_50 weight url, add resnetv1_101 a1h recipe weights for 224x224 train
|
3 years ago |
rexnet.py
|
Post merge cleanup
|
3 years ago |
selecsls.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
senet.py
|
Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
|
4 years ago |
sknet.py
|
Remove min channels for SelectiveKernel, divisor should cover cases well enough.
|
3 years ago |
swin_transformer.py
|
use .unbind instead of explicitly listing the indices
|
3 years ago |
tnt.py
|
use .unbind instead of explicitly listing the indices
|
3 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.
|
3 years ago |
twins.py
|
Refactoring, cleanup, improved test coverage.
|
3 years ago |
vgg.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
visformer.py
|
Cleanup re-use of Dropout modules in Mlp modules after some twitter feedback :p
|
3 years ago |
vision_transformer.py
|
use .unbind instead of explicitly listing the indices
|
3 years ago |
vision_transformer_hybrid.py
|
AugReg release
|
3 years ago |
vovnet.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
xception.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
xception_aligned.py
|
Support for huggingface hub via create_model and default_cfgs.
|
4 years ago |
xcit.py
|
use .unbind instead of explicitly listing the indices
|
3 years ago |