pytorch-image-models/timm/models
Ross Wightman a52a614475 Remove layer experiment which should not have been added 2021-12-14 14:29:32 -08:00
..
layers Remove layer experiment which should not have been added 2021-12-14 14:29:32 -08:00
pruned
__init__.py Add ConvMixer 2021-10-09 21:09:51 -04:00
beit.py Cleanup qkv_bias cat in beit model so it can be traced 2021-11-18 21:25:00 -08:00
byoanet.py Updated lamhalobotnet weights, 81.5 top-1 2021-11-21 19:49:51 -08:00
byobnet.py Significant norm update 2021-12-14 13:48:30 -08:00
cait.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
coat.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00
convit.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00
convmixer.py Add ConvMixer 2021-10-09 21:09:51 -04:00
crossvit.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00
cspnet.py Significant norm update 2021-12-14 13:48:30 -08:00
densenet.py Significant norm update 2021-12-14 13:48:30 -08:00
dla.py Refactoring, cleanup, improved test coverage. 2021-06-12 16:40:02 -07:00
dpn.py Significant norm update 2021-12-14 13:48:30 -08:00
efficientnet.py Significant norm update 2021-12-14 13:48:30 -08:00
efficientnet_blocks.py Significant norm update 2021-12-14 13:48:30 -08:00
efficientnet_builder.py Significant norm update 2021-12-14 13:48:30 -08:00
factory.py A few minor fixes and bit more cleanup on the huggingface hub integration. 2021-03-17 13:18:52 -07:00
features.py
fx_features.py Updated EvoNorm implementations with some experimentation. Add FilterResponseNorm. Updated RegnetZ and ResNetV2 model defs for trials. 2021-12-01 12:09:01 -08:00
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 2021-06-22 23:16:05 -07:00
gluon_resnet.py Support for huggingface hub via create_model and default_cfgs. 2021-03-16 22:48:26 -07:00
gluon_xception.py Support for huggingface hub via create_model and default_cfgs. 2021-03-16 22:48:26 -07:00
hardcorenas.py Bring EfficientNet SE layer in line with others, pull se_ratio outside of blocks. Allows swapping w/ other attn layers. 2021-05-29 23:41:38 -07:00
helpers.py Post merge cleanup. Fix potential security issue passing kwargs directly through to serialized web data. 2021-11-23 16:54:01 -08:00
hrnet.py Support for huggingface hub via create_model and default_cfgs. 2021-03-16 22:48:26 -07:00
hub.py Post merge cleanup. Fix potential security issue passing kwargs directly through to serialized web data. 2021-11-23 16:54:01 -08:00
inception_resnet_v2.py Support for huggingface hub via create_model and default_cfgs. 2021-03-16 22:48:26 -07:00
inception_v3.py Support for huggingface hub via create_model and default_cfgs. 2021-03-16 22:48:26 -07:00
inception_v4.py Support for huggingface hub via create_model and default_cfgs. 2021-03-16 22:48:26 -07:00
levit.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
mlp_mixer.py Added DINO pretrained ResMLP models. 2021-11-24 15:02:46 +02:00
mobilenetv3.py Significant norm update 2021-12-14 13:48:30 -08:00
nasnet.py Significant norm update 2021-12-14 13:48:30 -08:00
nest.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00
nfnet.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00
pit.py Refactoring, cleanup, improved test coverage. 2021-06-12 16:40:02 -07:00
pnasnet.py Significant norm update 2021-12-14 13:48:30 -08:00
registry.py Refactoring, cleanup, improved test coverage. 2021-06-12 16:40:02 -07:00
regnet.py Significant norm update 2021-12-14 13:48:30 -08:00
res2net.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 2021-05-04 21:27:15 -07:00
resnest.py Significant norm update 2021-12-14 13:48:30 -08:00
resnet.py Significant norm update 2021-12-14 13:48:30 -08:00
resnetv2.py Updated EvoNorm implementations with some experimentation. Add FilterResponseNorm. Updated RegnetZ and ResNetV2 model defs for trials. 2021-12-01 12:09:01 -08:00
rexnet.py Significant norm update 2021-12-14 13:48:30 -08:00
selecsls.py Support for huggingface hub via create_model and default_cfgs. 2021-03-16 22:48:26 -07:00
senet.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 2021-05-04 21:27:15 -07:00
sknet.py Significant norm update 2021-12-14 13:48:30 -08:00
swin_transformer.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00
tnt.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00
tresnet.py Add Gather-Excite and Global Context attn modules. Refactor existing SE-like attn for consistency and refactor byob/byoanet for less redundancy. 2021-05-27 18:03:29 -07:00
twins.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00
vgg.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00
visformer.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
vision_transformer.py Added B/8 models to ViT. 2021-11-14 11:01:48 +00:00
vision_transformer_hybrid.py AugReg release 2021-06-20 17:46:06 -07:00
vovnet.py Significant norm update 2021-12-14 13:48:30 -08:00
xception.py Support for huggingface hub via create_model and default_cfgs. 2021-03-16 22:48:26 -07:00
xception_aligned.py Significant norm update 2021-12-14 13:48:30 -08:00
xcit.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00