leftthomas commited on
Commit
f9a8fa1
·
1 Parent(s): 2bfaafb

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -27
config.json DELETED
@@ -1,27 +0,0 @@
1
- 1 {
2
- 2 "architecture": "resnet5d",
3
- 3 "classifier": "fc",
4
- 4 "crop_pct": 0.875,
5
- 5 "first_conv": "conv1.0",
6
- 6 "input_size": [
7
- 7 3,
8
- 8 224,
9
- 9 224
10
- 10 ],
11
- 11 "interpolation": "bicubic",
12
- 12 "mean": [
13
- 13 0.485,
14
- 14 0.456,
15
- 15 0.406
16
- 16 ],
17
- 17 "num_classes": 1000,
18
- 18 "pool_size": [
19
- 19 7,
20
- 20 7
21
- 21 ],
22
- 22 "std": [
23
- 23 0.229,
24
- 24 0.224,
25
- 25 0.225
26
- 26 ]
27
- 27 }