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 de5fa791c6
Merge branch 'master' into norm_norm_norm
3 years ago
..
layers Remove layer experiment which should not have been added 3 years ago
pruned added efficientnet pruned weights 4 years ago
__init__.py Add ConvMixer 3 years ago
beit.py Cleanup qkv_bias cat in beit model so it can be traced 3 years ago
byoanet.py Updated lamhalobotnet weights, 81.5 top-1 3 years ago
byobnet.py Significant norm update 3 years ago
cait.py wip - pre-rebase 3 years ago
coat.py rename notrace registration and standardize trace_utils imports 3 years ago
convit.py rename notrace registration and standardize trace_utils imports 3 years ago
convmixer.py Add ConvMixer 3 years ago
crossvit.py rename notrace registration and standardize trace_utils imports 3 years ago
cspnet.py Significant norm update 3 years ago
densenet.py Significant norm update 3 years ago
dla.py Refactoring, cleanup, improved test coverage. 3 years ago
dpn.py Significant norm update 3 years ago
efficientnet.py Merge branch 'master' into norm_norm_norm 3 years ago
efficientnet_blocks.py Fix skip path regression for updated EfficientNet and RegNet def. Add Pre-Act RegNet support (experimental). Remove BN-TF flag. Add efficientnet_b0_g8_gn model. 3 years ago
efficientnet_builder.py Fix skip path regression for updated EfficientNet and RegNet def. Add Pre-Act RegNet support (experimental). Remove BN-TF flag. Add efficientnet_b0_g8_gn model. 3 years ago
factory.py Fix skip path regression for updated EfficientNet and RegNet def. Add Pre-Act RegNet support (experimental). Remove BN-TF flag. Add efficientnet_b0_g8_gn model. 3 years ago
features.py Fix some attributions, add copyrights to some file docstrings 4 years ago
fx_features.py Updated EvoNorm implementations with some experimentation. Add FilterResponseNorm. Updated RegnetZ and ResNetV2 model defs for trials. 3 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. 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 Post merge cleanup. Fix potential security issue passing kwargs directly through to serialized web data. 3 years ago
hrnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
hub.py Post merge cleanup. Fix potential security issue passing kwargs directly through to serialized web data. 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 wip - pre-rebase 3 years ago
mlp_mixer.py Added DINO pretrained ResMLP models. 3 years ago
mobilenetv3.py Add more small model defs for MobileNetV3/V2/LCNet 3 years ago
nasnet.py Significant norm update 3 years ago
nest.py rename notrace registration and standardize trace_utils imports 3 years ago
nfnet.py rename notrace registration and standardize trace_utils imports 3 years ago
pit.py Refactoring, cleanup, improved test coverage. 3 years ago
pnasnet.py Significant norm update 3 years ago
registry.py Refactoring, cleanup, improved test coverage. 3 years ago
regnet.py Fix regnetv/w tests, refactor regnet generator code a bit 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 Significant norm update 3 years ago
resnet.py Significant norm update 3 years ago
resnetv2.py Updated EvoNorm implementations with some experimentation. Add FilterResponseNorm. Updated RegnetZ and ResNetV2 model defs for trials. 3 years ago
rexnet.py Significant norm update 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 Significant norm update 3 years ago
swin_transformer.py rename notrace registration and standardize trace_utils imports 3 years ago
tnt.py rename notrace registration and standardize trace_utils imports 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 rename notrace registration and standardize trace_utils imports 3 years ago
vgg.py rename notrace registration and standardize trace_utils imports 3 years ago
visformer.py fix hard-coded strides 3 years ago
vision_transformer.py Added B/8 models to ViT. 3 years ago
vision_transformer_hybrid.py AugReg release 3 years ago
vovnet.py Significant norm update 3 years ago
xception.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
xception_aligned.py Significant norm update 3 years ago
xcit.py rename notrace registration and standardize trace_utils imports 3 years ago