setting.py 229 Bytes
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/'