Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
datasets:
|
4 |
+
- inaturalist-21
|
5 |
---
|
6 |
+
|
7 |
+
ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders: https://arxiv.org/abs/2301.00808
|
8 |
+
|
9 |
+
Pre-Trained Model from timm-library: https://huggingface.co/timm/convnextv2_base.fcmae_ft_in22k_in1k_384
|
10 |
+
|
11 |
+
INaturalist-21 fine-tune dataset: https://github.com/visipedia/inat_comp/tree/master/2021
|
12 |
+
|
13 |
+
|
14 |
+
## References:
|
15 |
+
Sanghyun Woo, I., & Saining Xie (2023). ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders. arXiv preprint arXiv:2301.00808.
|
16 |
+
|
17 |
+
Ross Wightman. (2019). PyTorch Image Models.
|
18 |
+
|
19 |
+
|
20 |
+
|