best val_rmse 0.0102
Browse files- config.json +18 -18
- 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,
|
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"same_route": true,
|
| 35 |
"time": 0.0
|
| 36 |
},
|
| 37 |
-
"experiment_dir": "/home/cesarali/Pharma/generative_pk/results/comet/node_pk_compartments/
|
| 38 |
"experiment_indentifier": null,
|
| 39 |
"experiment_name": "node_pk_compartments",
|
| 40 |
"hf_model_card_path": [
|
|
@@ -171,11 +171,11 @@
|
|
| 171 |
"simulated_ou_as_rates.tr"
|
| 172 |
],
|
| 173 |
"test_protocol": "node",
|
| 174 |
-
"test_size":
|
| 175 |
"tqdm_progress": false,
|
| 176 |
-
"train_size":
|
| 177 |
"val_protocol": "node",
|
| 178 |
-
"val_size":
|
| 179 |
"z_score_normalization": false
|
| 180 |
},
|
| 181 |
"model_type": "node_pk",
|
|
@@ -188,15 +188,15 @@
|
|
| 188 |
"combine_latent_mode": "mlp",
|
| 189 |
"cov_proj_dim": 16,
|
| 190 |
"decoder_attention_layers": 2,
|
| 191 |
-
"decoder_hidden_dim":
|
| 192 |
"decoder_name": "RNNDecoder",
|
| 193 |
-
"decoder_num_layers":
|
| 194 |
-
"decoder_rnn_hidden_dim":
|
| 195 |
"drift_activation": "Tanh",
|
| 196 |
"drift_num_layers": 2,
|
| 197 |
"dropout": 0.1,
|
| 198 |
-
"encoder_rnn_hidden_dim":
|
| 199 |
-
"exclusive_node_step":
|
| 200 |
"individual_encoder_name": "RNNContextEncoder",
|
| 201 |
"individual_encoder_number_of_heads": 4,
|
| 202 |
"init_hidden_num_layers": 2,
|
|
@@ -207,18 +207,18 @@
|
|
| 207 |
"output_head_num_layers": 2,
|
| 208 |
"prediction_latent_deterministic": false,
|
| 209 |
"prediction_only": false,
|
| 210 |
-
"rnn_decoder_number_of_layers":
|
| 211 |
-
"rnn_individual_encoder_number_of_layers":
|
| 212 |
"study_latent_deterministic": false,
|
| 213 |
-
"time_obs_encoder_hidden_dim":
|
| 214 |
-
"time_obs_encoder_output_dim":
|
| 215 |
"use_attention": true,
|
| 216 |
"use_invariance_loss": true,
|
| 217 |
"use_kl_i": true,
|
| 218 |
"use_kl_i_np": true,
|
| 219 |
"use_kl_init": true,
|
| 220 |
"use_kl_s": true,
|
| 221 |
-
"zi_latent_dim":
|
| 222 |
},
|
| 223 |
"run_index": 0,
|
| 224 |
"tags": [
|
|
@@ -243,12 +243,12 @@
|
|
| 243 |
0.9,
|
| 244 |
0.999
|
| 245 |
],
|
| 246 |
-
"epochs":
|
| 247 |
"eps": 1e-08,
|
| 248 |
"eval_empirical_every_pct": 0.25,
|
| 249 |
"gradient_clip_val": 1.0,
|
| 250 |
"learning_rate": 0.00023,
|
| 251 |
-
"log_image_every_epoch":
|
| 252 |
"log_interval": 1,
|
| 253 |
"log_vcp": false,
|
| 254 |
"num_batch_plot": 1,
|
|
@@ -262,7 +262,7 @@
|
|
| 262 |
"last_epoch": -1
|
| 263 |
},
|
| 264 |
"shuffle_val": true,
|
| 265 |
-
"val_empirical_every_pct_epochs": 0.
|
| 266 |
"weight_decay": 0.0001
|
| 267 |
},
|
| 268 |
"transformers_version": "4.52.4",
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_val_loss": 0.010232063010334969,
|
| 3 |
"comet_ai_key": null,
|
| 4 |
"context_observations": {
|
| 5 |
"add_rem": true,
|
|
|
|
| 34 |
"same_route": true,
|
| 35 |
"time": 0.0
|
| 36 |
},
|
| 37 |
+
"experiment_dir": "/home/cesarali/Pharma/generative_pk/results/comet/node_pk_compartments/dacd9625a8524df685263795265fe04a",
|
| 38 |
"experiment_indentifier": null,
|
| 39 |
"experiment_name": "node_pk_compartments",
|
| 40 |
"hf_model_card_path": [
|
|
|
|
| 171 |
"simulated_ou_as_rates.tr"
|
| 172 |
],
|
| 173 |
"test_protocol": "node",
|
| 174 |
+
"test_size": 128,
|
| 175 |
"tqdm_progress": false,
|
| 176 |
+
"train_size": 1000,
|
| 177 |
"val_protocol": "node",
|
| 178 |
+
"val_size": 128,
|
| 179 |
"z_score_normalization": false
|
| 180 |
},
|
| 181 |
"model_type": "node_pk",
|
|
|
|
| 188 |
"combine_latent_mode": "mlp",
|
| 189 |
"cov_proj_dim": 16,
|
| 190 |
"decoder_attention_layers": 2,
|
| 191 |
+
"decoder_hidden_dim": 128,
|
| 192 |
"decoder_name": "RNNDecoder",
|
| 193 |
+
"decoder_num_layers": 4,
|
| 194 |
+
"decoder_rnn_hidden_dim": 256,
|
| 195 |
"drift_activation": "Tanh",
|
| 196 |
"drift_num_layers": 2,
|
| 197 |
"dropout": 0.1,
|
| 198 |
+
"encoder_rnn_hidden_dim": 256,
|
| 199 |
+
"exclusive_node_step": false,
|
| 200 |
"individual_encoder_name": "RNNContextEncoder",
|
| 201 |
"individual_encoder_number_of_heads": 4,
|
| 202 |
"init_hidden_num_layers": 2,
|
|
|
|
| 207 |
"output_head_num_layers": 2,
|
| 208 |
"prediction_latent_deterministic": false,
|
| 209 |
"prediction_only": false,
|
| 210 |
+
"rnn_decoder_number_of_layers": 4,
|
| 211 |
+
"rnn_individual_encoder_number_of_layers": 4,
|
| 212 |
"study_latent_deterministic": false,
|
| 213 |
+
"time_obs_encoder_hidden_dim": 256,
|
| 214 |
+
"time_obs_encoder_output_dim": 256,
|
| 215 |
"use_attention": true,
|
| 216 |
"use_invariance_loss": true,
|
| 217 |
"use_kl_i": true,
|
| 218 |
"use_kl_i_np": true,
|
| 219 |
"use_kl_init": true,
|
| 220 |
"use_kl_s": true,
|
| 221 |
+
"zi_latent_dim": 128
|
| 222 |
},
|
| 223 |
"run_index": 0,
|
| 224 |
"tags": [
|
|
|
|
| 243 |
0.9,
|
| 244 |
0.999
|
| 245 |
],
|
| 246 |
+
"epochs": 20,
|
| 247 |
"eps": 1e-08,
|
| 248 |
"eval_empirical_every_pct": 0.25,
|
| 249 |
"gradient_clip_val": 1.0,
|
| 250 |
"learning_rate": 0.00023,
|
| 251 |
+
"log_image_every_epoch": 25,
|
| 252 |
"log_interval": 1,
|
| 253 |
"log_vcp": false,
|
| 254 |
"num_batch_plot": 1,
|
|
|
|
| 262 |
"last_epoch": -1
|
| 263 |
},
|
| 264 |
"shuffle_val": true,
|
| 265 |
+
"val_empirical_every_pct_epochs": 0.1,
|
| 266 |
"weight_decay": 0.0001
|
| 267 |
},
|
| 268 |
"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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9633a4640c2332fcb691aa6339ce4f00fc6df11a1ccf4e03ef931b765abc12c
|
| 3 |
+
size 20436185
|