cesarali commited on
Commit
4198623
·
verified ·
1 Parent(s): 2af9170

best val_rmse 0.0198

Browse files
Files changed (2) hide show
  1. config.json +64 -23
  2. pytorch_model.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_val_loss": 0.025066407397389412,
3
  "comet_ai_key": null,
4
  "context_observations": {
5
  "add_rem": true,
@@ -7,12 +7,11 @@
7
  "max_num_obs": 15,
8
  "max_past": 5,
9
  "min_past": 3,
10
- "obs_dataset": "/home/ojedamarin/Projects/Pharma/generative_pk/data/preprocessed/lenuzza/Lenuzza2016.csv",
11
  "past_time_ratio": 0.1,
12
  "split_past_future": false,
13
  "type": "pk_peak_half_life"
14
  },
15
- "debug_test": true,
16
  "dosing": {
17
  "logdose_mean_range": [
18
  -2.0,
@@ -34,7 +33,7 @@
34
  "same_route": true,
35
  "time": 0.0
36
  },
37
- "experiment_dir": "/home/cesarali/Pharma/sim_priors_pk/results/comet/aistats/81d6319dfebd4df781c5b19c2a18d6ad",
38
  "experiment_indentifier": null,
39
  "experiment_name": "aistats",
40
  "hf_model_card_path": [
@@ -155,29 +154,24 @@
155
  "n_of_target_individuals": 1,
156
  "normalize_by_max": true,
157
  "normalize_time": true,
158
- "pretraining_epochs": 800,
159
- "pretraining_protocol": "none",
160
  "recreate_tempfile": false,
161
- "split_seed": 42,
162
- "split_strategy": "study",
163
  "store_in_tempfile": true,
164
  "tempfile_path": [
165
  "preprocessed",
166
  "simulated_ou_as_rates"
167
  ],
168
  "test_empirical_datasets": [
 
169
  "cesarali/Theophylline"
170
  ],
171
- "test_protocol": "simulated",
172
- "test_size": 120,
173
  "tqdm_progress": false,
174
- "train_size": 1000,
175
- "val_protocol": "simulated",
176
- "val_size": 120,
177
  "z_score_normalization": false
178
  },
179
  "model_type": "node_pk",
180
- "my_results_path": null,
181
  "name_str": "AICMEPK",
182
  "network": {
183
  "activation": "ReLU",
@@ -234,32 +228,78 @@
234
  "max_num_obs": 15,
235
  "max_past": 5,
236
  "min_past": 3,
237
- "obs_dataset": "/home/ojedamarin/Projects/Pharma/generative_pk/data/preprocessed/lenuzza/Lenuzza2016.csv",
238
  "past_time_ratio": 0.1,
239
  "split_past_future": true,
240
  "type": "pk_peak_half_life"
241
  },
 
 
 
 
 
 
 
 
 
 
242
  "train": {
243
  "amsgrad": false,
244
- "batch_size": 32,
245
  "betas": [
246
  0.9,
247
  0.999
248
  ],
249
- "epochs": 4,
 
250
  "eps": 1e-08,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
251
  "gradient_clip_val": 0.5,
252
  "learning_rate": 0.0001,
253
- "log_empirical_evaluation_pct": 0.5,
254
- "log_image_every_epoch_pct": 0.5,
 
 
 
 
255
  "log_interval": 1,
256
- "log_prediction_in_val": false,
257
- "log_reconstruction_in_val": false,
258
- "log_vcp": false,
 
 
 
 
259
  "num_batch_plot": 1,
260
- "num_workers": 4,
261
  "optimizer_name": "AdamW",
262
  "persistent_workers": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
263
  "scheduler_name": "CosineAnnealingLR",
264
  "scheduler_params": {
265
  "T_max": 1000,
@@ -267,6 +307,7 @@
267
  "last_epoch": -1
268
  },
269
  "shuffle_val": true,
 
270
  "weight_decay": 0.0001
271
  },
272
  "transformers_version": "4.52.4",
 
1
  {
2
+ "best_val_loss": 0.01979512721300125,
3
  "comet_ai_key": null,
4
  "context_observations": {
5
  "add_rem": true,
 
7
  "max_num_obs": 15,
8
  "max_past": 5,
9
  "min_past": 3,
 
10
  "past_time_ratio": 0.1,
11
  "split_past_future": false,
12
  "type": "pk_peak_half_life"
13
  },
14
+ "debug_test": false,
15
  "dosing": {
16
  "logdose_mean_range": [
17
  -2.0,
 
33
  "same_route": true,
34
  "time": 0.0
35
  },
36
+ "experiment_dir": "/work/ojedamarin/Projects/Pharma/Results/comet/aistats/c2b9bc645f434a6dbac001e145eae4e4",
37
  "experiment_indentifier": null,
38
  "experiment_name": "aistats",
39
  "hf_model_card_path": [
 
154
  "n_of_target_individuals": 1,
155
  "normalize_by_max": true,
156
  "normalize_time": true,
 
 
157
  "recreate_tempfile": false,
 
 
158
  "store_in_tempfile": true,
159
  "tempfile_path": [
160
  "preprocessed",
161
  "simulated_ou_as_rates"
162
  ],
163
  "test_empirical_datasets": [
164
+ "cesarali/lenuzza-2016",
165
  "cesarali/Theophylline"
166
  ],
167
+ "test_size": 64,
 
168
  "tqdm_progress": false,
169
+ "train_size": 128,
170
+ "val_size": 64,
 
171
  "z_score_normalization": false
172
  },
173
  "model_type": "node_pk",
174
+ "my_results_path": "/work/ojedamarin/Projects/Pharma/Results/",
175
  "name_str": "AICMEPK",
176
  "network": {
177
  "activation": "ReLU",
 
228
  "max_num_obs": 15,
229
  "max_past": 5,
230
  "min_past": 3,
 
231
  "past_time_ratio": 0.1,
232
  "split_past_future": true,
233
  "type": "pk_peak_half_life"
234
  },
235
+ "tracking": {
236
+ "best": {
237
+ "val_rmse": {
238
+ "epoch": null,
239
+ "step": null,
240
+ "value": 0.01979512721300125
241
+ }
242
+ },
243
+ "meta": {}
244
+ },
245
  "train": {
246
  "amsgrad": false,
247
+ "batch_size": 128,
248
  "betas": [
249
  0.9,
250
  0.999
251
  ],
252
+ "empirical_every_pct": 0.1,
253
+ "epochs": 10,
254
  "eps": 1e-08,
255
+ "generative_image_ids": null,
256
+ "generative_image_ids_empirical_during": null,
257
+ "generative_image_ids_empirical_end": [
258
+ "new_individuals_images"
259
+ ],
260
+ "generative_image_ids_val": [
261
+ "new_individuals_images"
262
+ ],
263
+ "generative_metric_ids": null,
264
+ "generative_metric_ids_empirical_during": null,
265
+ "generative_metric_ids_empirical_end": [
266
+ "new_individuals_metrics"
267
+ ],
268
+ "generative_metric_ids_val": [],
269
  "gradient_clip_val": 0.5,
270
  "learning_rate": 0.0001,
271
+ "log_generative_empirical_during": false,
272
+ "log_generative_empirical_end": true,
273
+ "log_generative_val": true,
274
+ "log_images_empirical_during": false,
275
+ "log_images_empirical_end": true,
276
+ "log_images_val": true,
277
  "log_interval": 1,
278
+ "log_predictive_empirical_during": false,
279
+ "log_predictive_empirical_end": true,
280
+ "log_predictive_val": true,
281
+ "models_end_of_training": [
282
+ "last",
283
+ "best"
284
+ ],
285
  "num_batch_plot": 1,
286
+ "num_workers": 8,
287
  "optimizer_name": "AdamW",
288
  "persistent_workers": true,
289
+ "predictive_image_ids": null,
290
+ "predictive_image_ids_empirical_during": null,
291
+ "predictive_image_ids_empirical_end": [
292
+ "prediction_images"
293
+ ],
294
+ "predictive_image_ids_val": [
295
+ "prediction_images"
296
+ ],
297
+ "predictive_metric_ids": null,
298
+ "predictive_metric_ids_empirical_during": null,
299
+ "predictive_metric_ids_empirical_end": [
300
+ "prediction_metrics"
301
+ ],
302
+ "predictive_metric_ids_val": [],
303
  "scheduler_name": "CosineAnnealingLR",
304
  "scheduler_params": {
305
  "T_max": 1000,
 
307
  "last_epoch": -1
308
  },
309
  "shuffle_val": true,
310
+ "val_every_pct": 0.1,
311
  "weight_decay": 0.0001
312
  },
313
  "transformers_version": "4.52.4",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc4641a88e1a524a113fceabbe6946a47e63503b2048b670c965bf63846c6e4c
3
  size 40329595
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b40ae443ba5bc708a360220df5393131ba36ee769b10ade476cdea10023da1aa
3
  size 40329595