74d2829341Merge branch 'master' into bits_and_tpu
Ross Wightman
2021-05-17 16:23:14 -0700
aa92d7b1c5Major timm.bits update. Updater and DeviceEnv now dataclasses, after_step closure used, metrics base impl w/ distributed reduce, many tweaks/fixes.
Ross Wightman
2021-05-17 15:56:24 -0700
e7f0db8664Fix drop/drop_path arg on MLP-Mixer model. Fix#641
v0.4.9
Ross Wightman
2021-05-16 08:31:52 -0700
9a3ae97311Another set of byoanet models w/ ECA channel + SA + groups
Ross Wightman
2021-05-15 22:56:51 -0700
d53e91218eFix tf.data options setting for newer TF versions
Ross Wightman
2021-05-15 22:56:12 -0700
7077f16c6aChange 21k model naming from _21k to _in21k for consistency with existing 21k models.
Ross Wightman
2021-05-15 12:42:26 -0700
94d4b53352Add temporary default_cfgs to visformer models so they pass tests
Ross Wightman
2021-05-15 08:41:31 -0700
Merge pull request #636 from rwightman/effnetv2_official
Ross Wightman
2021-05-14 17:24:11 -0700
ecc7552c5cAdd levit, levit_c, and visformer model defs. Largely untested and not finished cleanup.
Ross Wightman
2021-05-14 17:10:43 -0700
165fb354b2Add initial RedNet model / Involution layer impl for testing
Ross Wightman
2021-05-14 16:48:58 -0700
328249f11aUpdate README, tweak fine-tune effv2 model names.
#636
Ross Wightman
2021-05-14 16:37:43 -0700
c4f482a08bEfficientNetV2 official impl w/ weights ported from TF. Cleanup/refactor of related EfficientNet classes and models.
Ross Wightman
2021-05-14 15:50:00 -0700
Merge pull request #613 from rwightman/mlp-mixer
Ross Wightman
2021-05-05 16:59:29 -0700
2d8b09fe8bAdd official pretrained weights to MLP-Mixer, complete model cfgs.
#613
Ross Wightman
2021-05-05 15:59:40 -0700
12efffa6b1Initial MLP-Mixer attempt...
Ross Wightman
2021-05-05 00:59:45 -0700
071affa5d9Fixed default values in argument help messages
#612
regonn
2021-05-05 15:20:49 +0900
0721559511Improved (hopefully) init for SA/SA-like layers used in ByoaNets
Ross Wightman
2021-05-04 21:40:39 -0700
d5473c17f7Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
Ross Wightman
2021-05-04 21:27:15 -0700
0d87650feaRemove filter hack from BlurPool w/ non-persistent buffer. Use BlurPool2d instead of AntiAliasing.. for TResNet. Breaks PyTorch < 1.6.
Ross Wightman
2021-05-04 16:56:28 -0700
ddc743fdf8Update ResNet-RS models to EMA weights
Ross Wightman
2021-05-04 16:16:55 -0700
08d60f4a9aresnetrs50 pool sizing wrong
Ross Wightman
2021-05-04 12:41:09 -0700
9cc7dda6e5Fixup byoanet configs to pass unit tests. Add swin_attn and swinnet26t model for testing.
v0.1-rs-weights
Ross Wightman
2021-04-29 21:08:37 -0700
e15c3886baDefaul lambda r=7. Define '26t' stage 4/5 256x256 variants for all of bot/halo/lambda nets for experiment. Add resnet50t for exp. Fix a few comments.
Ross Wightman
2021-04-29 10:58:49 -0700
d15ad3e919Merge branch 'morizin-master'
Ross Wightman
2021-04-28 18:10:12 -0700
e5e15754c9Fix coat first conv ident
Ross Wightman
2021-04-28 18:09:23 -0700
76739a7589CoaT merge. Bit of formatting, fix torchscript (for non features), remove einops/einsum dep, add pretrained weight hub (url) support.
Ross Wightman
2021-04-28 16:31:35 -0700
Add files via upload
morizin
2021-04-24 17:47:57 +0530
7afadae610Adjust rate calculation for different batch sizes
Sander van Leeuwen
2021-04-23 13:18:17 +0200
a9699d9e45Parameter name change
Sander van Leeuwen
2021-04-23 11:36:19 +0200
7de69cd325Added support for distributing workload among GPUs of diffrent generations (speed/memory)
Sander van Leeuwen
2021-04-23 11:34:33 +0200
938716c753Fix import issue, use devenv for dist info in parser_tfds
Ross Wightman
2021-04-21 13:16:11 -0700
76de984a5fFix some bugs with XLA support, logger, add hacky xla dist launch script since torch.dist.launch doesn't work
Ross Wightman
2021-04-21 13:02:53 -0700
12d9a6d4d2First timm.bits commit, add initial abstractions, WIP updates to train, val... some of it working
Ross Wightman
2021-04-20 17:12:02 -0700
Merge pull request #571 from normster/augmix-fix
Ross Wightman
2021-04-19 16:18:36 -0700
79640fcc1fEnable uniform augmentation magnitude sampling and set AugMix default
#571
Norman Mu
2021-04-19 14:19:31 -0700
c1cf9712fcAdd updated EfficientNet-V2S weights, 83.8 @ 384x384 test. Add PyTorch trained EfficientNet-B4 weights, 83.4 @ 384x384 test. Tweak non TF EfficientNet B1-B4 train/test res scaling.
Ross Wightman
2021-04-19 10:42:56 -0700
e8a64fb881Test input size for efficientnet_v2s was wrong in last results run
Ross Wightman
2021-04-17 16:17:41 -0700
a04427d8ceAdd _in22k to bulk validate filter
Ross Wightman
2021-04-17 12:17:45 -0700
af647c10b3Update results csv, includes latest transformer models, swin, pit, tnt... run on pytorch 1.8.1 cuda 10.2 (11.x rel crashes).
Ross Wightman
2021-04-17 12:16:05 -0700
e15e68d881Fix#566, summary.csv writing to pwd on local_rank != 0. Tweak benchmark mem handling to see if it reduces likelihood of 'bad' exceptions on OOM.
Ross Wightman
2021-04-15 23:03:56 -0700
1b0c8e7b01Merge branch 'iamhankai-master'
Ross Wightman
2021-04-15 10:22:42 -0700
2df77ee5cbFix torchscript compat and features_only behaviour in GhostNet PR. A few minor formatting changes. Reuse existing layers.
Ross Wightman
2021-04-15 10:20:26 -0700
Merge pull request #550 from amaarora/wandb
Ross Wightman
2021-04-15 09:26:35 -0700
277a9a78f9Fix unit test filter update.
Ross Wightman
2021-04-13 22:15:20 -0700
858728799cUpdate README again. Add 101x3 BiT-M model to CI ignore since it's starting to fail in GitHub runners.
Ross Wightman
2021-04-13 13:36:24 -0700
Merge pull request #556 from rwightman/byoanet-self_attn
Ross Wightman
2021-04-12 13:04:24 -0700
b3d7580df1Update ByoaNet comments. Fix first Steam feat chs for ByobNet.
#556
Ross Wightman
2021-04-12 12:11:35 -0700
16f7aa9f54Add default_cfg options for min_input_size / fixed_input_size, queries in model registry, and use for testing self-attn models
Ross Wightman
2021-04-12 11:54:22 -0700
ea9f935e9dRemove resnetv2_101x1_bitm from exclude feat features
Aman Arora
2021-04-12 14:18:43 -0400
3a73401b5dAdd bigger resnetrs to model filters to fix Github CLI
Aman Arora
2021-04-12 14:17:14 -0400
4e4b863b15Missed norm.py
Ross Wightman
2021-04-12 09:57:56 -0700
7c97e66f7cRemove commented code, add more consistent seed fn
Ross Wightman
2021-04-12 09:51:36 -0700
364dd6a58eMerge branch 'master' into byoanet-self_attn
Ross Wightman
2021-04-12 09:38:59 -0700