Views
No views yet
timm fine-tune experiments on iNaturalist 2021 competition data (https://github.com/visipedia/inat_comp/tree/master/2021) for higher capacity models.| Model | Top-1 | Top-5 | Img Size (Train) | Paper |
|---|---|---|---|---|
| eva02_large_patch14_clip_336.merged2b_ft_inat21 | 92.05 | 98.01 | 336 | https://arxiv.org/abs/2303.11331 |
| vit_large_patch14_clip_336.datacompxl_ft_augreg_inat21 | 91.98 | 98.03 | 336 | https://arxiv.org/abs/2304.14108 |
| vit_large_patch14_clip_336.laion2b_ft_augreg_inat21 | 91.48 | 97.89 | 336 | https://arxiv.org/abs/2212.07143 |
| convnext_large_mlp.laion2b_ft_augreg_inat21 | 90.95 | 97.68 | 448 (384) | |
| vit_large_patch14_clip_336.datacompxl_ft_inat21 | 90.85 | 97.68 | 336 | https://arxiv.org/abs/2304.14108 |
| convnext_large_mlp.laion2b_ft_augreg_inat21 | 90.62 | 97.61 | 384 | |
| vit_large_patch14_clip_336.laion2b_ft_in12k_in1k_inat21 | 90.29 | 97.44 | 336 | https://arxiv.org/abs/2212.07143 |
./distributed_train.sh 4 --data-dir /tfds/ --dataset tfds/i_naturalist2021 --amp -j 8 --model vit_large_patch14_clip_224.datacompxl --img-size 336 --model-kwargs img_size=336 --val-split val --opt adamw --opt-eps 1e-6 --weight-decay .01 --lr 5e-5 -
-warmup-lr 0 --sched-on-updates --clip-grad 1.0 --pretrained -b 48 --num-classes 10000 --grad-accum-steps 8 --layer-decay 0.85 --reprob 0.3 --drop-path 0.1python validate.py /tfds/ --dataset tfds/i_naturalist2021 --model hf-hub:timm/vit_large_patch14_clip_336.datacompxl_ft_augreg_inat21 --split val --amp1@inproceedings{cherti2023reproducible,
2 title={Reproducible scaling laws for contrastive language-image learning},
3 author={Cherti, Mehdi and Beaumont, Romain and Wightman, Ross and Wortsman, Mitchell and Ilharco, Gabriel and Gordon, Cade and Schuhmann, Christoph and Schmidt, Ludwig and Jitsev, Jenia},
4 booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
5 pages={2818--2829},
6 year={2023}
7}1@article{datacomp,
2 title={DataComp: In search of the next generation of multimodal datasets},
3 author={Samir Yitzhak Gadre, Gabriel Ilharco, Alex Fang, Jonathan Hayase, Georgios Smyrnis, Thao Nguyen, Ryan Marten, Mitchell Wortsman, Dhruba Ghosh, Jieyu Zhang, Eyal Orgad, Rahim Entezari, Giannis Daras, Sarah Pratt, Vivek Ramanujan, Yonatan Bitton, Kalyani Marathe, Stephen Mussmann, Richard Vencu, Mehdi Cherti, Ranjay Krishna, Pang Wei Koh, Olga Saukh, Alexander Ratner, Shuran Song, Hannaneh Hajishirzi, Ali Farhadi, Romain Beaumont, Sewoong Oh, Alex Dimakis, Jenia Jitsev, Yair Carmon, Vaishaal Shankar, Ludwig Schmidt},
4 journal={arXiv preprint arXiv:2304.14108},
5 year={2023}
6}