best val_rmse 0.0002
Browse files- config.json +8 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"best_val_loss": 0.
|
| 3 |
"comet_ai_key": null,
|
| 4 |
"context_observations": {
|
| 5 |
"add_rem": true,
|
|
@@ -17,7 +17,7 @@
|
|
| 17 |
"route": "oral",
|
| 18 |
"time": 0.0
|
| 19 |
},
|
| 20 |
-
"experiment_dir":
|
| 21 |
"experiment_indentifier": null,
|
| 22 |
"experiment_name": "node_pk_compartments",
|
| 23 |
"hf_model_card_path": [
|
|
@@ -37,6 +37,7 @@
|
|
| 37 |
"Drug_B",
|
| 38 |
"Drug_C"
|
| 39 |
],
|
|
|
|
| 40 |
"k_1p_tmag_range": [
|
| 41 |
0.01,
|
| 42 |
0.1
|
|
@@ -120,6 +121,7 @@
|
|
| 120 |
],
|
| 121 |
"pretraining_epochs": 90,
|
| 122 |
"pretraining_protocol": "none",
|
|
|
|
| 123 |
"split_seed": 42,
|
| 124 |
"split_strategy": "subject",
|
| 125 |
"test_protocol": "empirical",
|
|
@@ -137,6 +139,7 @@
|
|
| 137 |
"aggregator_num_heads": 8,
|
| 138 |
"aggregator_type": "attention",
|
| 139 |
"cov_proj_dim": 16,
|
|
|
|
| 140 |
"decoder_hidden_dim": 32,
|
| 141 |
"decoder_name": "RNNDecoder",
|
| 142 |
"decoder_num_layers": 2,
|
|
@@ -159,7 +162,9 @@
|
|
| 159 |
"time_obs_encoder_hidden_dim": 32,
|
| 160 |
"time_obs_encoder_output_dim": 32,
|
| 161 |
"use_attention": true,
|
| 162 |
-
"
|
|
|
|
|
|
|
| 163 |
"zi_latent_dim": 20
|
| 164 |
},
|
| 165 |
"run_index": 0,
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_val_loss": 0.00022550878929905593,
|
| 3 |
"comet_ai_key": null,
|
| 4 |
"context_observations": {
|
| 5 |
"add_rem": true,
|
|
|
|
| 17 |
"route": "oral",
|
| 18 |
"time": 0.0
|
| 19 |
},
|
| 20 |
+
"experiment_dir": "/home/cesarali/Pharma/generative_pk/results/comet/node_pk_compartments/ab3af6442077464690d8b709de494a11",
|
| 21 |
"experiment_indentifier": null,
|
| 22 |
"experiment_name": "node_pk_compartments",
|
| 23 |
"hf_model_card_path": [
|
|
|
|
| 37 |
"Drug_B",
|
| 38 |
"Drug_C"
|
| 39 |
],
|
| 40 |
+
"dynamic_model_config": null,
|
| 41 |
"k_1p_tmag_range": [
|
| 42 |
0.01,
|
| 43 |
0.1
|
|
|
|
| 121 |
],
|
| 122 |
"pretraining_epochs": 90,
|
| 123 |
"pretraining_protocol": "none",
|
| 124 |
+
"return_split_versions": false,
|
| 125 |
"split_seed": 42,
|
| 126 |
"split_strategy": "subject",
|
| 127 |
"test_protocol": "empirical",
|
|
|
|
| 139 |
"aggregator_num_heads": 8,
|
| 140 |
"aggregator_type": "attention",
|
| 141 |
"cov_proj_dim": 16,
|
| 142 |
+
"decoder_attention_layers": 2,
|
| 143 |
"decoder_hidden_dim": 32,
|
| 144 |
"decoder_name": "RNNDecoder",
|
| 145 |
"decoder_num_layers": 2,
|
|
|
|
| 162 |
"time_obs_encoder_hidden_dim": 32,
|
| 163 |
"time_obs_encoder_output_dim": 32,
|
| 164 |
"use_attention": true,
|
| 165 |
+
"use_kl_i": true,
|
| 166 |
+
"use_kl_init": true,
|
| 167 |
+
"use_kl_s": true,
|
| 168 |
"zi_latent_dim": 20
|
| 169 |
},
|
| 170 |
"run_index": 0,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12916a45d8a9ce06cc6706c62b0e28867c55476403d5a6f642c07a4e34cfbb42
|
| 3 |
+
size 88855
|