pytorch-image-models/timm/models
Ross Wightman 15ef108eb4 Add better halo2botnet50ts weights, 82 top-1 @ 256 2021-11-21 14:09:12 -08:00
..
layers Make evonorm variables 1d to match other PyTorch norm layers, will break weight compat for any existing use (likely minimal, easy to fix). 2021-11-20 15:50:51 -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 Add better halo2botnet50ts weights, 82 top-1 @ 256 2021-11-21 14:09:12 -08:00
byobnet.py Add RegNetZ-D8 (83.5 @ 256, 84 @ 320) and RegNetZ-E8 (84.5 @ 256, 85 @ 320) weights. Update names of existing RegZ models to include group size. 2021-11-20 15:52:04 -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
densenet.py
dla.py Refactoring, cleanup, improved test coverage. 2021-06-12 16:40:02 -07:00
dpn.py Refactoring, cleanup, improved test coverage. 2021-06-12 16:40:02 -07:00
efficientnet.py make it possible to provide norm_layer via create_model 2021-09-21 10:19:04 +01:00
efficientnet_blocks.py Remove dead code line from efficientnet 2021-09-30 21:54:42 -07:00
efficientnet_builder.py Able to use other attn layer in EfficientNet now. Create test ECA + GC B0 configs. Make ECA more configurable. 2021-05-30 12:47:02 -07:00
factory.py
features.py
fx_features.py Minor post FX merge cleanup 2021-11-18 19:47:07 -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
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. 2021-05-29 23:41:38 -07:00
helpers.py Add FX based FeatureGraphNet capability 2021-11-12 20:45:05 +00:00
hrnet.py
hub.py
inception_resnet_v2.py
inception_v3.py
inception_v4.py
levit.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
mlp_mixer.py Add gMLP-S weights, 79.6 top-1 2021-06-23 10:40:30 -07:00
mobilenetv3.py Refactoring, cleanup, improved test coverage. 2021-06-12 16:40:02 -07:00
nasnet.py
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
registry.py Refactoring, cleanup, improved test coverage. 2021-06-12 16:40:02 -07:00
regnet.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
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 Add non-local and BAT attention. Merge attn and self-attn factories into one. Add attention references to README. Add mlp 'mode' to ECA. 2021-05-31 13:18:11 -07:00
resnet.py Add ResNet-50 w/ GN (resnet50_gn) and SEBotNet-33-TS (sebotnet33ts_256) model defs and weights. Update halonet50ts weights w/ slightly better variant in1k val, more robust to test sets. 2021-11-19 14:24:43 -08:00
resnetv2.py Prep a set of ResNetV2 models with GroupNorm, EvoNormB0, EvoNormS0 for BN free model experiments on TPU and IPU 2021-11-19 17:37:00 -08:00
rexnet.py wip -rebase 2021-11-12 20:45:05 +00:00
selecsls.py
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 Remove min channels for SelectiveKernel, divisor should cover cases well enough. 2021-05-31 15:38:56 -07: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
xception.py
xception_aligned.py
xcit.py rename notrace registration and standardize trace_utils imports 2021-11-15 21:03:21 +00:00