shupeng-wang commited on
Commit
668769f
1 Parent(s): 1b12762
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +39 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for random
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "tinynet_e",
3
+ "num_classes": 1000,
4
+ "num_features": 1280,
5
+ "label_names": [
6
+ "a",
7
+ "b"
8
+ ],
9
+ "pretrained_cfg": {
10
+ "tag": "in1k",
11
+ "custom_load": false,
12
+ "input_size": [
13
+ 3,
14
+ 106,
15
+ 106
16
+ ],
17
+ "fixed_input_size": false,
18
+ "interpolation": "bicubic",
19
+ "crop_pct": 0.875,
20
+ "crop_mode": "center",
21
+ "mean": [
22
+ 0.485,
23
+ 0.456,
24
+ 0.406
25
+ ],
26
+ "std": [
27
+ 0.229,
28
+ 0.224,
29
+ 0.225
30
+ ],
31
+ "num_classes": 1000,
32
+ "pool_size": [
33
+ 4,
34
+ 4
35
+ ],
36
+ "first_conv": "conv_stem",
37
+ "classifier": "classifier"
38
+ }
39
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7e1d43d48fb38cf3b85b36a175646a49168714decf614c67846ba7711b62bf1
3
+ size 8305946