7d657d2ef4Improve resolve_pretrained_cfg behaviour when no cfg exists, warn instead of crash. Improve usability ex #1311
Ross Wightman
2022-06-24 14:55:25 -0700
879df47c0aSupport BatchNormAct2d for sync-bn use. Fix#1254
Ross Wightman
2022-06-24 14:51:26 -0700
7cedc8d474Follow up to #1256, fix interpolation warning in auto_autoaugment as well
Ross Wightman
2022-06-21 14:56:53 -0700
037e5e6c09Fix#1309, move wandb init after distributed init, only init on rank == 0 process
Ross Wightman
2022-06-21 12:31:48 -0700
9e12530433use utils namespace instead of function/classnames
Jakub Kaczmarzyk
2022-05-26 08:57:47 -0400
4b30bae67bAdd updated vit_relpos weights, and impl w/ support for official swin-v2 differences for relpos. Add bias control support for MLP layers
Ross Wightman
2022-05-13 13:53:57 -0700
d4c0588012Remove persistent buffers from Swin-V2. Change SwinV2Cr cos attn + tau/logit_scale to match official, add ckpt convert, init_value zeros resid LN weight by default
Ross Wightman
2022-05-13 10:49:11 -0700
27c42f0830Fix torchscript use for offician Swin-V2, add support for non-square window/shift to WindowAttn/Block
Ross Wightman
2022-05-13 09:29:33 -0700
2f2b22d8c7Disable nvfuser fma / opt level overrides per #1244
Ross Wightman
2022-05-13 09:26:16 -0700
c0211b0bf7Swin-V2 test fixes, typo
Ross Wightman
2022-05-12 22:31:55 -0700
9a86b900faOfficial SwinV2 models
Ross Wightman
2022-05-12 15:01:23 -0700
migrate azure blob for beit checkpoints
#1230
Li Dong
2022-04-23 13:02:29 +0800
52ac881402Missed first_conv in latest seresnext 'D' default_cfgs
Ross Wightman
2022-04-22 20:55:52 -0700
a4adf73213Deployed 7629d82 with MkDocs version: 1.3.0
Ross Wightman
2022-04-22 17:00:59 -0700
7629d8264dAdd two new SE-ResNeXt101-D 32x8d weights, one anti-aliased and one not. Reshuffle default_cfgs vs model entrypoints for resnet.py so they are better aligned.
Ross Wightman
2022-04-22 16:54:53 -0700
fbf597049cUpdate README and change timmdocs link in documentation
Ross Wightman
2022-04-22 16:52:05 -0700
e940755778added new wt initializtion- xavier_uniform
#1229
naman jain
2022-04-22 03:16:13 -0500
c9f208f7f8Update eval results and add latest PyTorch 1.11 inference benchmarks
Ross Wightman
2022-03-29 16:36:31 -0700
46e25ba673Optimize the performance of ConvNeXt models
#1194
Ceshine Lee
2022-03-28 17:21:31 +0800
6c376d8139Supports Read from c3d_embeddings
kira7005
2022-03-27 23:31:51 +0000
1ba0ec4c18Merge remote-tracking branch 'origin/master' into bits_and_tpu
Ross Wightman
2022-03-25 17:45:31 -0700
f670d98cb8Make a few more layers symbolically traceable (remove from FX leaf modules) * remove dtype kwarg from .to() calls in EvoNorm as it messed up script + trace combo * BatchNormAct2d always uses custom forward (cut & paste from original) instead of super().forward. Fixes#1176 * BlurPool groups==channels, no need to use input.dim[1]
Ross Wightman
2022-03-24 21:40:34 -0700