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

Download this file

10 lines (10 with data), 230 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{
"Settings": {
"ImgDims": 299,
"TrainDir": "Model/Data/",
"AugDir": "Model/Augmented/",
"DataFile": "Model/Data/data.h5",
"LabelsFile": "Model/Data/labels.h5",
"Seed": 2
}
}