File size: 576 Bytes
8cda2a0
 
30804a2
 
8cda2a0
30804a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
license: cc-by-nc-4.0
datasets:
  - inaturalist-21 
---

ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders: https://arxiv.org/abs/2301.00808

Pre-Trained Model from timm-library: https://huggingface.co/timm/convnextv2_base.fcmae_ft_in22k_in1k_384

INaturalist-21 fine-tune dataset: https://github.com/visipedia/inat_comp/tree/master/2021


## References:
Sanghyun Woo, I., & Saining Xie (2023). ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders. arXiv preprint arXiv:2301.00808.

Ross Wightman. (2019). PyTorch Image Models.