File size: 1,187 Bytes
b3c2eb7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "exp_name": "LSTM_Chem",
  "data_filename": "/content/moses250.txt",
  "data_length": 0,
  "units": 300,
  "num_epochs": 4,
  "optimizer": "adam",
  "seed": 71,
  "batch_size": 128,
  "validation_split": 0.1,
  "verbose_training": true,
  "checkpoint_monitor": "val_loss",
  "checkpoint_mode": "min",
  "checkpoint_save_best_only": false,
  "checkpoint_save_weights_only": true,
  "checkpoint_verbose": 1,
  "tensorboard_write_graph": true,
  "sampling_temp": 0.8,
  "smiles_max_length": 128,
  "finetune_epochs": 15,
  "finetune_batch_size": 1,
  "finetune_data_filename": "/content/bbbp.txt",
  "config_file": "/content/base_config.json",
  "exp_dir": "/content/drive/MyDrive/DDP FSR/experiments/2023-02-27/LSTM_Chem",
  "tensorboard_log_dir": "/content/drive/MyDrive/DDP FSR/experiments/2023-02-27/LSTM_Chem/logs/",
  "checkpoint_dir": "/content/drive/MyDrive/DDP FSR/experiments/2023-02-27/LSTM_Chem/checkpoints/",
  "train_smi_max_len": 53,
  "model_arch_filename": "/content/drive/MyDrive/DDP FSR/experiments/2023-02-27/LSTM_Chem/model_arch.json",
  "model_weight_filename": "/content/drive/MyDrive/DDP FSR/experiments/2023-02-27/LSTM_Chem/checkpoints/LSTM_Chem-04-0.44.hdf5"
}