SamAdamDay commited on
Commit
a049d72
·
verified ·
1 Parent(s): 724f45f

Add model

Browse files
Files changed (3) hide show
  1. config.json +47 -10
  2. model.safetensors +1 -1
  3. pytorch_model.bin +1 -1
config.json CHANGED
@@ -7,8 +7,8 @@
7
  "custom_load": false,
8
  "input_size": [
9
  3,
10
- 224,
11
- 224
12
  ],
13
  "test_input_size": [
14
  3,
@@ -21,16 +21,16 @@
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
@@ -39,5 +39,42 @@
39
  "classifier": "fc",
40
  "origin_url": "https://github.com/huggingface/pytorch-image-models",
41
  "paper_ids": "arXiv:2110.00476"
42
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  }
 
7
  "custom_load": false,
8
  "input_size": [
9
  3,
10
+ 256,
11
+ 256
12
  ],
13
  "test_input_size": [
14
  3,
 
21
  "test_crop_pct": 1.0,
22
  "crop_mode": "center",
23
  "mean": [
24
+ 0.49139968,
25
+ 0.4821582,
26
+ 0.44653124
27
  ],
28
  "std": [
29
+ 0.24703233,
30
+ 0.24348505,
31
+ 0.26158768
32
  ],
33
+ "num_classes": 10,
34
  "pool_size": [
35
  7,
36
  7
 
39
  "classifier": "fc",
40
  "origin_url": "https://github.com/huggingface/pytorch-image-models",
41
  "paper_ids": "arXiv:2110.00476"
42
+ },
43
+ "hf_hub_id": "SamAdamDay/resnet18_cifar10",
44
+ "source": "hf-hub",
45
+ "tag": "a1_in1k",
46
+ "custom_load": false,
47
+ "input_size": [
48
+ 3,
49
+ 256,
50
+ 256
51
+ ],
52
+ "test_input_size": [
53
+ 3,
54
+ 288,
55
+ 288
56
+ ],
57
+ "fixed_input_size": false,
58
+ "interpolation": "bicubic",
59
+ "crop_pct": 0.95,
60
+ "test_crop_pct": 1.0,
61
+ "crop_mode": "center",
62
+ "mean": [
63
+ 0.49139968,
64
+ 0.4821582,
65
+ 0.44653124
66
+ ],
67
+ "std": [
68
+ 0.24703233,
69
+ 0.24348505,
70
+ 0.26158768
71
+ ],
72
+ "pool_size": [
73
+ 7,
74
+ 7
75
+ ],
76
+ "first_conv": "conv1",
77
+ "classifier": "fc",
78
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
79
+ "paper_ids": "arXiv:2110.00476"
80
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40a62d6b468cb8742bd4483ef43047b924cdd898c9966846b1dce2f47bc2bc8c
3
  size 44775880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6b8aacc4a7c537ecf8b644c97ddee0337b435c16719d2349468fb1f75ddbbf
3
  size 44775880
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e10c70d1f317e7e28fa2893c5c59ab5316fa445cd627d90a8fda0ce6bbd97b10
3
  size 44805426
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a1d0197a02d32e5356be36a2dca2910eafe813e5305a5e7c1db8fcbb7d2e89
3
  size 44805426