Skip to content

Commit d96538f

Browse files
committed
Update README
1 parent 4e24f75 commit d96538f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ For a few months now, `timm` has been part of the Hugging Face ecosystem. Yearly
2828
If you have a couple of minutes and want to participate in shaping the future of the ecosystem, please share your thoughts:
2929
[**hf.co/oss-survey**](https://hf.co/oss-survey) 🙏
3030

31+
### Dec 23, 2022 🎄☃
32+
* Add FlexiViT models and weights from https://github.com/google-research/big_vision (check out paper at https://arxiv.org/abs/2212.08013)
33+
* NOTE currently resizing is static on model creation, on-the-fly dynamic / train patch size sampling is a WIP
34+
* Many more models updated to multi-weight and downloadable via HF hub now (convnext, efficientnet, mobilenet, vision_transformer*, beit)
35+
* More model pretrained tag and adjustments, some model names changed (working on deprecation translations, consider main branch DEV branch right now, use 0.6.x for stable use)
36+
* More ImageNet-12k (subset of 22k) pretrain models popping up:
37+
* `efficientnet_b5.in12k_ft_in1k` - 85.9 @ 448x448
38+
* `vit_medium_patch16_gap_256.in12k_ft_in1k` - 85.5 @ 384x384
39+
* `vit_medium_patch16_gap_256.in12k_ft_in1k` - 84.5 @ 256x256
40+
* `convnext_nano.in12k_ft_in1k` - 82.9 @ 288x288
41+
3142
### Dec 8, 2022
3243
* Add 'EVA l' to `vision_transformer.py`, MAE style ViT-L/14 MIM pretrain w/ EVA-CLIP targets, FT on ImageNet-1k (w/ ImageNet-22k intermediate for some)
3344
* original source: https://github.com/baaivision/EVA

0 commit comments

Comments
 (0)