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 |
python validate.py /tfds/ --dataset tfds/i_naturalist2021 --model hf-hub:timm/convnext_large_mlp.laion2b_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}