[acd362]: / Projects / NCS1 / Required / confs.json

Download this file

49 lines (49 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"Settings": {
"Logs": "Logs/"
},
"Classifier": {
"ALLGraph": "Model/ALLGraph.pb",
"BatchSize": 10,
"BatchTestSize": 30,
"Classes": "Classes.txt",
"DatasetDir": "Model/Data",
"Domain": "",
"Epochs": 65,
"EpochsTest": 1,
"EpochsDevCloud": 40,
"EpochsBeforeDecay": 10,
"FilePattern": "ALL_%s_*.tfrecord",
"ImageSize": 299,
"InceptionThreshold": 0.8,
"InceptionGraph": "Model/ALL.graph",
"InceptionGraphDevCloud": "Model/ALLDC.graph",
"IP": "",
"Labels": "Labels.txt",
"LearningRate": 0.0001,
"LearningRateDecay": 0.8,
"LogDir": "Model/_logs",
"LogDirEval": "Model/_logs_eval",
"Mean": 128,
"NetworkPath": "",
"NumClasses": 2,
"OutputNode": "InceptionV3/Predictions/Softmax",
"Port": 8080,
"RandomSeed": 50,
"Shards": 10,
"TestImagePath": "Model/Test",
"TFRecordFile": "ALL",
"TFRecordPattern": "ALL_%s_*.tfrecord",
"ValidationSize": 0.3,
"ValidIType": [
".JPG",
".JPEG",
".PNG",
".GIF",
".jpg",
".jpeg",
".png",
".gif"
]
}
}