a | b/Projects/Augmentation/Required/confs.json | ||
---|---|---|---|
1 | { |
||
2 | "Settings": { |
||
3 | "ImgDims": 299, |
||
4 | "TrainDir": "Model/Data/", |
||
5 | "AugDir": "Model/Augmented/", |
||
6 | "DataFile": "Model/Data/data.h5", |
||
7 | "LabelsFile": "Model/Data/labels.h5", |
||
8 | "Seed": 2 |
||
9 | } |
||
10 | } |