setting.py 229 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 DATA_DIR = './data3/' # Where model weights and config will be saved if you run train.py WEIGHTS_DIR = './model_data_keras2/' # Where results (prediction plots and evaluation file) will be saved. RESULTS_SAVE_DIR = './results/'