rwood-97 commited on
Commit
399f71b
1 Parent(s): 80d1cb4
Files changed (3) hide show
  1. README.md +7 -0
  2. config.json +65 -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 mr_resnest101e_timm_no_pretrain
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_classes": 4,
3
+ "input_size": [
4
+ 3,
5
+ 256,
6
+ 256
7
+ ],
8
+ "pool_size": [
9
+ 8,
10
+ 8
11
+ ],
12
+ "crop_pct": 0.875,
13
+ "interpolation": "bilinear",
14
+ "mean": [
15
+ 0.485,
16
+ 0.456,
17
+ 0.406
18
+ ],
19
+ "std": [
20
+ 0.229,
21
+ 0.224,
22
+ 0.225
23
+ ],
24
+ "first_conv": "conv1.0",
25
+ "classifier": "fc",
26
+ "architecture": "resnest101e",
27
+ "num_features": 2048,
28
+ "pretrained_cfg": {
29
+ "tag": "in1k",
30
+ "custom_load": false,
31
+ "input_size": [
32
+ 3,
33
+ 256,
34
+ 256
35
+ ],
36
+ "fixed_input_size": false,
37
+ "interpolation": "bilinear",
38
+ "crop_pct": 0.875,
39
+ "crop_mode": "center",
40
+ "mean": [
41
+ 0.485,
42
+ 0.456,
43
+ 0.406
44
+ ],
45
+ "std": [
46
+ 0.229,
47
+ 0.224,
48
+ 0.225
49
+ ],
50
+ "num_classes": 1000,
51
+ "pool_size": [
52
+ 8,
53
+ 8
54
+ ],
55
+ "first_conv": "conv1.0",
56
+ "classifier": "fc"
57
+ },
58
+ "hf_hub": "timm/resnest101e.in1k",
59
+ "labels": [
60
+ "LABEL_0",
61
+ "LABEL_1",
62
+ "LABEL_2",
63
+ "LABEL_3"
64
+ ]
65
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926013df66e55e5e0300b3691b29279ea30e79d4f5ca7491c6e40932bae2d3f8
3
+ size 185762035