rwightman HF staff commited on
Commit
c3a5698
1 Parent(s): e56892a
Files changed (3) hide show
  1. README.md +24 -0
  2. config.json +45 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_tag: timm
6
+ license: cc-by-nc-4.0
7
+ ---
8
+ # Model card for convnextv2_tiny.fcmae_ft_in22k_in1k
9
+
10
+ A ConvNeXt-V2 image classification model. Pretrained with a fully convolutional masked autoencoder framework (FCMAE) and fine-tuned on ImageNet-22k and then ImageNet-1k.
11
+
12
+ ## Model Details
13
+ - **Model Type:** Image classification / feature backbone
14
+ - **Paper:** [**ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders**](http://arxiv.org/abs/2301.00808)
15
+
16
+ ## Citation
17
+ ```
18
+ @article{Woo2023ConvNeXtV2,
19
+ title={ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders},
20
+ author={Sanghyun Woo, Shoubhik Debnath, Ronghang Hu, Xinlei Chen, Zhuang Liu, In So Kweon and Saining Xie},
21
+ year={2023},
22
+ journal={arXiv preprint arXiv:2301.00808},
23
+ }
24
+ ```
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "convnextv2_tiny",
3
+ "num_classes": 1000,
4
+ "num_features": 768,
5
+ "pretrained_cfg": {
6
+ "tag": "fcmae_ft_in22k_in1k",
7
+ "custom_load": false,
8
+ "input_size": [
9
+ 3,
10
+ 224,
11
+ 224
12
+ ],
13
+ "test_input_size": [
14
+ 3,
15
+ 288,
16
+ 288
17
+ ],
18
+ "fixed_input_size": false,
19
+ "interpolation": "bicubic",
20
+ "crop_pct": 0.875,
21
+ "test_crop_pct": 1.0,
22
+ "crop_mode": "center",
23
+ "mean": [
24
+ 0.485,
25
+ 0.456,
26
+ 0.406
27
+ ],
28
+ "std": [
29
+ 0.229,
30
+ 0.224,
31
+ 0.225
32
+ ],
33
+ "num_classes": 1000,
34
+ "pool_size": [
35
+ 7,
36
+ 7
37
+ ],
38
+ "first_conv": "stem.0",
39
+ "classifier": "head.fc",
40
+ "license": "cc-by-nc-4.0",
41
+ "origin_url": "https://github.com/facebookresearch/ConvNeXt-V2",
42
+ "paper_name": "ConvNeXt-V2: Co-designing and Scaling ConvNets with Masked Autoencoders",
43
+ "paper_ids": "arXiv:2301.00808"
44
+ }
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:575d9bb89e70e30af9b2a822118f4cca2a443255b0259034716bb7164ea5d3e8
3
+ size 114614701