cesarali commited on
Commit
5d59f1e
·
verified ·
1 Parent(s): 774ca3d

best val_rmse 0.0002

Browse files
Files changed (2) hide show
  1. config.json +23 -23
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "best_val_loss": 0.06750477105379105,
3
  "comet_ai_key": null,
4
  "context_observations": {
5
  "add_rem": true,
6
- "divide_in_past_and_future": false,
7
  "empirical_number_of_obs": false,
8
  "max_num_obs": 15,
9
  "min_num_of_past_context": 3,
@@ -22,7 +22,7 @@
22
  "experiment_name": "node_pk_compartments",
23
  "hf_model_card_path": [
24
  "hf_model_cards",
25
- "SNODE-PK_Readme.md"
26
  ],
27
  "hf_model_name": "NodePK_development",
28
  "hugging_face_token": null,
@@ -106,10 +106,10 @@
106
  "time_stop": 10.0
107
  },
108
  "mix_data": {
109
- "evaluate_prediction_steps_past": 5,
110
  "log_transform": false,
111
- "n_of_databatches": 3,
112
- "n_of_target_individuals": 1,
113
  "normalize_by_max": true,
114
  "normalize_time": true,
115
  "pretraining_dataset_path": [
@@ -120,30 +120,30 @@
120
  "pretraining_epochs": 90,
121
  "pretraining_protocol": "none",
122
  "split_seed": 42,
123
- "split_strategy": "study",
124
- "test_protocol": "simulated",
125
  "test_size": 5,
126
  "train_size": 100,
127
- "val_protocol": "simulated",
128
  "val_size": 5,
129
  "z_score_normalization": false
130
  },
131
  "model_type": "node_pk",
132
  "my_results_path": null,
133
- "name_str": "SNodePK",
134
  "network": {
135
  "activation": "ReLU",
136
  "aggregator_num_heads": 8,
137
  "aggregator_type": "attention",
138
- "decoder_hidden_dim": 128,
139
  "decoder_name": "RNNDecoder",
140
  "decoder_num_layers": 2,
141
- "decoder_rnn_hidden_dim": 200,
142
  "drift_activation": "Tanh",
143
- "drift_num_layers": 3,
144
  "dropout": 0.1,
145
- "encoder_rnn_hidden_dim": 200,
146
- "exclusive_node_step": false,
147
  "individual_encoder_name": "RNNContextEncoder",
148
  "individual_encoder_number_of_heads": 4,
149
  "init_hidden_num_layers": 2,
@@ -152,22 +152,22 @@
152
  "node_step": true,
153
  "norm": "layer",
154
  "output_head_num_layers": 2,
155
- "rnn_decoder_number_of_layers": 4,
156
- "rnn_individual_encoder_number_of_layers": 2,
157
- "time_obs_encoder_hidden_dim": 128,
158
- "time_obs_encoder_output_dim": 128,
159
  "use_attention": true,
160
- "zi_latent_dim": 200
161
  },
162
  "run_index": 0,
163
  "tags": [
164
- "snode-pk",
165
- "S-0"
166
  ],
167
  "target_observations": {
168
  "add_rem": true,
169
  "divide_in_past_and_future": true,
170
- "empirical_number_of_obs": false,
171
  "max_num_obs": 14,
172
  "min_num_of_past_context": 3,
173
  "num_of_past_context": 4,
 
1
  {
2
+ "best_val_loss": 0.00015151454135775566,
3
  "comet_ai_key": null,
4
  "context_observations": {
5
  "add_rem": true,
6
+ "divide_in_past_and_future": true,
7
  "empirical_number_of_obs": false,
8
  "max_num_obs": 15,
9
  "min_num_of_past_context": 3,
 
22
  "experiment_name": "node_pk_compartments",
23
  "hf_model_card_path": [
24
  "hf_model_cards",
25
+ "NODE-PK_Readme.md"
26
  ],
27
  "hf_model_name": "NodePK_development",
28
  "hugging_face_token": null,
 
106
  "time_stop": 10.0
107
  },
108
  "mix_data": {
109
+ "evaluate_prediction_steps_past": 3,
110
  "log_transform": false,
111
+ "n_of_databatches": 1,
112
+ "n_of_target_individuals": 0,
113
  "normalize_by_max": true,
114
  "normalize_time": true,
115
  "pretraining_dataset_path": [
 
120
  "pretraining_epochs": 90,
121
  "pretraining_protocol": "none",
122
  "split_seed": 42,
123
+ "split_strategy": "subject",
124
+ "test_protocol": "empirical",
125
  "test_size": 5,
126
  "train_size": 100,
127
+ "val_protocol": "empirical",
128
  "val_size": 5,
129
  "z_score_normalization": false
130
  },
131
  "model_type": "node_pk",
132
  "my_results_path": null,
133
+ "name_str": "NodePK",
134
  "network": {
135
  "activation": "ReLU",
136
  "aggregator_num_heads": 8,
137
  "aggregator_type": "attention",
138
+ "decoder_hidden_dim": 32,
139
  "decoder_name": "RNNDecoder",
140
  "decoder_num_layers": 2,
141
+ "decoder_rnn_hidden_dim": 20,
142
  "drift_activation": "Tanh",
143
+ "drift_num_layers": 2,
144
  "dropout": 0.1,
145
+ "encoder_rnn_hidden_dim": 20,
146
+ "exclusive_node_step": true,
147
  "individual_encoder_name": "RNNContextEncoder",
148
  "individual_encoder_number_of_heads": 4,
149
  "init_hidden_num_layers": 2,
 
152
  "node_step": true,
153
  "norm": "layer",
154
  "output_head_num_layers": 2,
155
+ "rnn_decoder_number_of_layers": 1,
156
+ "rnn_individual_encoder_number_of_layers": 1,
157
+ "time_obs_encoder_hidden_dim": 32,
158
+ "time_obs_encoder_output_dim": 32,
159
  "use_attention": true,
160
+ "zi_latent_dim": 20
161
  },
162
  "run_index": 0,
163
  "tags": [
164
+ "node-pk",
165
+ "B-0"
166
  ],
167
  "target_observations": {
168
  "add_rem": true,
169
  "divide_in_past_and_future": true,
170
+ "empirical_number_of_obs": true,
171
  "max_num_obs": 14,
172
  "min_num_of_past_context": 3,
173
  "num_of_past_context": 4,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ae822c01db11255ab25012df2debb6e49467bf439efdc66958b04b97fe8c525
3
- size 10238705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d37bc1a382bfd16121fe0672b42915141f145c403fad53eaf061ce6a0d89144
3
+ size 116067