Update README.md
Ross Wightman
2022-10-10 22:13:05 -0700
cea8df3d0cVersion 0.6.12
Ross Wightman
2022-10-10 21:49:52 -0700
9914f744dcAdd more maxxvit weights includ ConvNeXt conv block based experiments.
Ross Wightman
2022-10-10 21:49:18 -0700
285771972eChange --amp flags, no more --apex-amp and --native-amp, add --amp-impl to select apex, and --amp-dtype to allow bfloat16 AMP dtype
Ross Wightman
2022-10-07 15:27:25 -0700
b1b024dfedScheduler update, add v2 factory method, support scheduling on updates instead of just epochs. Add LR to summary csv. Add lr_base scaling calculations to train script. Fix#1168
Ross Wightman
2022-10-07 10:43:04 -0700
4f18d6dc5fFix logs in WDS parser
Ross Wightman
2022-10-07 10:06:17 -0700
af0c644c5d👷 remove --not_python_module flag
#1473
nateraw
2022-10-06 14:36:39 -0400
df29d46872♻️ old doc links -> new doc links
nateraw
2022-10-06 14:00:50 -0400
8ef9c48cc5👷 use main branch of doc-builder thats fixed now
nateraw
2022-10-06 13:54:57 -0400
9343f6e431👷 update ci
nateraw
2022-10-05 13:58:17 -0400
5f9eef712c👷 bump ci
nateraw
2022-10-05 13:05:17 -0400
09a77700f6👷 bump back. it was actions outage not me
nateraw
2022-10-05 12:50:02 -0400
b8e3ffd498👷 revert ci workflow to main
nateraw
2022-10-05 12:40:44 -0400
d56f9f7a23🐛 fix link
nateraw
2022-10-05 12:39:34 -0400
6153816250🚧 test doc-builder branch to fix build here
nateraw
2022-10-05 12:27:17 -0400
b8c8550841Data improvements. Improve train support for in_chans != 3. Add wds dataset support from bits_and_tpu branch w/ fixes and tweaks. TFDS tweaks.
Ross Wightman
2022-09-29 16:42:58 -0700
87939e6fabRefactor device handling in scripts, distributed init to be less 'cuda' centric. More device args passed through where needed.
Ross Wightman
2022-09-23 16:08:59 -0700
c88947ad3dAdd initial Hugging Face Datasets parser impl.
Ross Wightman
2022-09-23 16:08:19 -0700
e858912e0cAdd brute-force checkpoint remapping option
Ross Wightman
2022-09-23 16:07:03 -0700
b293dfa595Add CL SE module
Ross Wightman
2022-09-23 16:06:09 -0700
2a296412beAdd Adan optimizer
Ross Wightman
2022-09-23 16:05:52 -0700
5dc4343308version 0.6.11
Ross Wightman
2022-09-23 13:54:56 -0700
a383ef99f5Make huggingface_hub necessary if it's the only source for a pretrained weight
Ross Wightman
2022-09-23 13:54:21 -0700
e069249a2dAdd hf hub entries for laion2b clip models, add huggingface_hub dependency, update some setup/reqs, torch >= 1.7
Ross Wightman
2022-09-16 21:39:05 -0700
9d65557be3Fix errant import
Ross Wightman
2022-09-15 17:47:23 -0700
9709dbaaa9Adding support for fine-tune CLIP LAION-2B image tower weights for B/32, L/14, H/14 and g/14. Still WIP
Ross Wightman
2022-09-15 17:25:59 -0700
a520da9b49Update tresnet features_info for v2
Ross Wightman
2022-09-13 20:54:54 -0700
c8ab747bf4BEiT-V2 checkpoints didn't remove 'module' from weights, adapt checkpoint filter
Ross Wightman
2022-09-13 17:56:49 -0700
73049dc2aaFix type in dla weight update
Ross Wightman
2022-09-13 17:52:45 -0700
3599c7e6a4version 0.6.10
Ross Wightman
2022-09-13 16:37:02 -0700
e11efa872dUpdate a bunch of weights with external links to timm release assets. Fixes issue with *aliyuncs.com returning forbidden. Did pickle scan / verify and re-hash. Add TresNet-V2-L weights.
Ross Wightman
2022-09-13 16:35:26 -0700
f489f02ad1Make gcvit window size ratio based to improve resolution changing support #1449. Change default init to original.
Ross Wightman
2022-09-06 15:10:52 -0700
87bfb055c0Merge remote-tracking branch 'origin/master' into bits_and_tpu
Ross Wightman
2022-09-02 11:28:52 -0700
c45c6ee8e4Update README.md
Ross Wightman
2022-08-29 15:52:24 -0700
7f1b223c02Add maxvit_rmlp_nano_rw_256 model def & weights, make window/grid size dynamic wrt img_size by default
Ross Wightman
2022-08-29 15:49:32 -0700
e6a4361306pretrained_cfg entry for mvitv2_small_cls
Ross Wightman
2022-08-28 15:27:01 -0700
f66e5f0e35Fix class token support in MViT-V2, add small_class variant to ensure it's tested. Fix#1443
Ross Wightman
2022-08-28 15:24:04 -0700
b94b7cea65Missed GCVit in README paper links
Ross Wightman
2022-08-28 15:22:28 -0700
f1d2160d85Update a few maxxvit comments, rename PartitionAttention -> PartitionAttenionCl for consistency with other blocks
Ross Wightman
2022-08-26 12:53:49 -0700
eca6f0a25cFix syntax error (extra dataclass comma) in maxxvit.py
Ross Wightman
2022-08-26 11:29:09 -0700