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 bcec14d3b5
Bring EfficientNet SE layer in line with others, pull se_ratio outside of blocks. Allows swapping w/ other attn layers.
3 years ago
..
layers Throw in some FBNetV3 code I had lying around, some refactoring of SE reduction channel calcs for all EffNet archs. 3 years ago
pruned added efficientnet pruned weights 4 years ago
__init__.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
byoanet.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
byobnet.py Throw in some FBNetV3 code I had lying around, some refactoring of SE reduction channel calcs for all EffNet archs. 3 years ago
cait.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. 3 years ago
coat.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. 3 years ago
convit.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. 3 years ago
cspnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
densenet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
dla.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 3 years ago
dpn.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
efficientnet.py Add efficientnetv2_rw_m weights trained in PyTorch. 84.8 top-1 @ 416 test. 53M params. 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. 3 years ago
efficientnet_builder.py Bring EfficientNet SE layer in line with others, pull se_ratio outside of blocks. Allows swapping w/ other attn layers. 3 years ago
factory.py A few minor fixes and bit more cleanup on the huggingface hub integration. 3 years ago
features.py Fix some attributions, add copyrights to some file docstrings 4 years ago
ghostnet.py Bring EfficientNet SE layer in line with others, pull se_ratio outside of blocks. Allows swapping w/ other attn layers. 3 years ago
gluon_resnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
gluon_xception.py Support for huggingface hub via create_model and default_cfgs. 3 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 Fix strict flag change for checkpoint load. 3 years ago
hrnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
hub.py Change huggingface hub revision delimiter to '@', add hf_hub reference for eca_nfnet_l0 model as an example. 3 years ago
inception_resnet_v2.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
inception_v3.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
inception_v4.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
levit.py Fix #661, move hardswish out of default args for LeViT. Enable native torch support for hardswish, hardsigmoid, mish if present. 3 years ago
mlp_mixer.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. 3 years ago
mobilenetv3.py Bring EfficientNet SE layer in line with others, pull se_ratio outside of blocks. Allows swapping w/ other attn layers. 3 years ago
nasnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
nfnet.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
pit.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. 3 years ago
pnasnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
registry.py Filter test models before creation for backward/torchscript tests 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. 3 years ago
resnest.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 3 years ago
resnet.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
resnetv2.py Fix ResNetV2 pretrained classifier issue. Fixes #540 3 years ago
rexnet.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
selecsls.py Support for huggingface hub via create_model and default_cfgs. 3 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. 3 years ago
sknet.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 3 years ago
swin_transformer.py Rethink name of patch embed grid info 3 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. 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 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. 3 years ago
vgg.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
visformer.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
vision_transformer.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. 3 years ago
vision_transformer_hybrid.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. 3 years ago
vovnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
xception.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
xception_aligned.py Support for huggingface hub via create_model and default_cfgs. 3 years ago