aboutsummaryrefslogtreecommitdiff
path: root/app/prod
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-31 22:19:38 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-07-31 22:19:38 +0530
commit9a253f896fba757778370c8ad6d40daa3b4cdad0 (patch)
tree2257187cdbc4c2085fb14df8bbb2e6ae6679c3e4 /app/prod
parent61ce4e7b089d68395be2221f64d89040c0b14a34 (diff)
added Curie-Generate BETA
Diffstat (limited to 'app/prod')
-rw-r--r--app/prod/config.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/prod/config.json b/app/prod/config.json
index 4b72262..ccab45f 100644
--- a/app/prod/config.json
+++ b/app/prod/config.json
@@ -20,11 +20,11 @@
"finetune_epochs": 12,
"finetune_batch_size": 1,
"finetune_data_filename": "./datasets/protease_inhibitors_for_fine-tune.txt",
- "config_file": "experiments/base_experiment/LSTM_Chem/config.json",
+ "config_file": "app/prod/config.json",
"exp_dir": "experiments/2020-07-13/LSTM_Chem",
- "tensorboard_log_dir": "experiments/2020-07-13/LSTM_Chem/logs/",
- "checkpoint_dir": "experiments/2020-07-13/LSTM_Chem/checkpoints/",
+ "tensorboard_log_dir": "app/prod/logs/",
+ "checkpoint_dir": "app/prod/checkpoints/",
"train_smi_max_len": 128,
- "model_arch_filename": "experiments/2020-07-13/LSTM_Chem/model_arch.json",
- "model_weight_filename": "experiments/2020-07-13/LSTM_Chem/checkpoints/LSTM_Chem-42-0.23.hdf5"
+ "model_arch_filename": "app/prod/model_arch.json",
+ "model_weight_filename": "app/prod/checkpoints/LSTM_Chem-42-0.23.hdf5"
} \ No newline at end of file