cs-giung commited on
Commit
982ff2b
1 Parent(s): 660dbde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # ConvNext
6
+
7
+ ConvNext model pre-trained on ImageNet-1k (1.28 million images, 1,000 classes) at resolution 224x224. It was introduced in the paper [A ConvNet for the 2020s](https://arxiv.org/abs/2201.03545).
8
+ The weights were converted from the `convnext_small_1k_224_ema.pth` file presented in the [official repository](https://github.com/facebookresearch/ConvNeXt).