rwightman HF staff commited on
Commit
1c9be6a
1 Parent(s): 899c978
Files changed (3) hide show
  1. README.md +7 -0
  2. config.json +34 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_tag: timm
6
+ ---
7
+ # Model card for convnext_large.fb_in22k_ft_in1k_384
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "convnext_large",
3
+ "num_classes": 1000,
4
+ "num_features": 1536,
5
+ "pretrained_cfg": {
6
+ "custom_load": false,
7
+ "input_size": [
8
+ 3,
9
+ 384,
10
+ 384
11
+ ],
12
+ "fixed_input_size": false,
13
+ "interpolation": "bicubic",
14
+ "crop_pct": 1.0,
15
+ "crop_mode": "squash",
16
+ "mean": [
17
+ 0.485,
18
+ 0.456,
19
+ 0.406
20
+ ],
21
+ "std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "num_classes": 1000,
27
+ "pool_size": [
28
+ 12,
29
+ 12
30
+ ],
31
+ "first_conv": "stem.0",
32
+ "classifier": "head.fc"
33
+ }
34
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28bf2437024a88c01eff60f1ff33b737139ffb82aa0aa3f4167cf62db5fd92a3
3
+ size 791192465