cesarali commited on
Commit
fa55da5
·
verified ·
1 Parent(s): eb50fa3

best val_rmse 0.0292

Browse files
Files changed (2) hide show
  1. config.json +25 -28
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
- "best_val_loss": 0.007497346960008144,
3
  "comet_ai_key": null,
4
  "context_observations": {
5
  "add_rem": true,
6
  "divide_in_past_and_future": false,
7
- "empirical_number_of_obs": true,
8
  "max_num_obs": 15,
9
  "min_num_of_past_context": 3,
10
  "num_of_past_context": 5,
11
- "obs_dataset": "/home/ojedamarin/Projects/Pharma/generative_pk/data/preprocessed/lenuzza/Lenuzza2016.csv",
12
  "obs_type": "observations_pk_peak_halflife",
13
  "past_time_ratio": 0.1
14
  },
@@ -117,8 +117,9 @@
117
  "lenuzza",
118
  "Lenuzza2016.csv"
119
  ],
120
- "pretraining_epochs": 760,
121
  "pretraining_protocol": "none",
 
122
  "split_seed": 42,
123
  "split_strategy": "study",
124
  "test_protocol": "simulated",
@@ -129,22 +130,22 @@
129
  "z_score_normalization": false
130
  },
131
  "model_type": "node_pk",
132
- "my_results_path": "/work/ojedamarin/Projects/Pharma/Results/",
133
  "name_str": "SNodePK",
134
  "network": {
135
  "activation": "ReLU",
136
  "aggregator_num_heads": 8,
137
- "aggregator_type": "mean",
138
  "cov_proj_dim": 16,
139
- "decoder_hidden_dim": 512,
140
- "decoder_name": "RNNDecoder",
141
- "decoder_num_layers": 4,
142
- "decoder_rnn_hidden_dim": 256,
143
  "drift_activation": "Tanh",
144
  "drift_num_layers": 3,
145
  "dropout": 0.1,
146
- "encoder_rnn_hidden_dim": 256,
147
- "exclusive_node_step": true,
148
  "individual_encoder_name": "RNNContextEncoder",
149
  "individual_encoder_number_of_heads": 4,
150
  "init_hidden_num_layers": 2,
@@ -152,21 +153,17 @@
152
  "loss_name": "nll",
153
  "node_step": true,
154
  "norm": "layer",
155
- "output_head_num_layers": 3,
156
  "rnn_decoder_number_of_layers": 4,
157
- "rnn_individual_encoder_number_of_layers": 4,
158
- "time_obs_encoder_hidden_dim": 256,
159
- "time_obs_encoder_output_dim": 256,
160
  "use_attention": true,
161
- "use_covariance": false,
162
- "zi_latent_dim": 128
163
  },
164
- "run_index": 41,
165
  "tags": [
166
- "FAttention",
167
- "Long",
168
- "ZS",
169
- "init_recon",
170
  "S-0"
171
  ],
172
  "target_observations": {
@@ -176,26 +173,26 @@
176
  "max_num_obs": 14,
177
  "min_num_of_past_context": 3,
178
  "num_of_past_context": 4,
179
- "obs_dataset": "/home/ojedamarin/Projects/Pharma/generative_pk/data/preprocessed/lenuzza/Lenuzza2016.csv",
180
  "obs_type": "observations_pk_peak_halflife",
181
  "past_time_ratio": 0.1
182
  },
183
  "train": {
184
  "amsgrad": false,
185
- "batch_size": 16,
186
  "betas": [
187
  0.9,
188
  0.999
189
  ],
190
- "epochs": 950,
191
  "eps": 1e-08,
192
  "gradient_clip_val": 1.0,
193
  "learning_rate": 0.0001,
194
- "log_image_every_epoch": 5,
195
  "log_interval": 1,
196
  "log_vcp": true,
197
  "num_batch_plot": 1,
198
- "num_workers": 8,
199
  "optimizer_name": "AdamW",
200
  "scheduler_name": "CosineAnnealingLR",
201
  "scheduler_params": {
 
1
  {
2
+ "best_val_loss": 0.029227718710899353,
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,
10
  "num_of_past_context": 5,
11
+ "obs_dataset": "/home/cesarali/Pharma/generative_pk/data/preprocessed/lenuzza/Lenuzza2016.csv",
12
  "obs_type": "observations_pk_peak_halflife",
13
  "past_time_ratio": 0.1
14
  },
 
117
  "lenuzza",
118
  "Lenuzza2016.csv"
119
  ],
120
+ "pretraining_epochs": 90,
121
  "pretraining_protocol": "none",
122
+ "return_split_versions": false,
123
  "split_seed": 42,
124
  "split_strategy": "study",
125
  "test_protocol": "simulated",
 
130
  "z_score_normalization": false
131
  },
132
  "model_type": "node_pk",
133
+ "my_results_path": null,
134
  "name_str": "SNodePK",
135
  "network": {
136
  "activation": "ReLU",
137
  "aggregator_num_heads": 8,
138
+ "aggregator_type": "attention",
139
  "cov_proj_dim": 16,
140
+ "decoder_hidden_dim": 128,
141
+ "decoder_name": "TransformerDecoder",
142
+ "decoder_num_layers": 2,
143
+ "decoder_rnn_hidden_dim": 200,
144
  "drift_activation": "Tanh",
145
  "drift_num_layers": 3,
146
  "dropout": 0.1,
147
+ "encoder_rnn_hidden_dim": 200,
148
+ "exclusive_node_step": false,
149
  "individual_encoder_name": "RNNContextEncoder",
150
  "individual_encoder_number_of_heads": 4,
151
  "init_hidden_num_layers": 2,
 
153
  "loss_name": "nll",
154
  "node_step": true,
155
  "norm": "layer",
156
+ "output_head_num_layers": 2,
157
  "rnn_decoder_number_of_layers": 4,
158
+ "rnn_individual_encoder_number_of_layers": 2,
159
+ "time_obs_encoder_hidden_dim": 128,
160
+ "time_obs_encoder_output_dim": 128,
161
  "use_attention": true,
162
+ "zi_latent_dim": 200
 
163
  },
164
+ "run_index": 0,
165
  "tags": [
166
+ "snode-pk",
 
 
 
167
  "S-0"
168
  ],
169
  "target_observations": {
 
173
  "max_num_obs": 14,
174
  "min_num_of_past_context": 3,
175
  "num_of_past_context": 4,
176
+ "obs_dataset": "/home/cesarali/Pharma/generative_pk/data/preprocessed/lenuzza/Lenuzza2016.csv",
177
  "obs_type": "observations_pk_peak_halflife",
178
  "past_time_ratio": 0.1
179
  },
180
  "train": {
181
  "amsgrad": false,
182
+ "batch_size": 8,
183
  "betas": [
184
  0.9,
185
  0.999
186
  ],
187
+ "epochs": 15,
188
  "eps": 1e-08,
189
  "gradient_clip_val": 1.0,
190
  "learning_rate": 0.0001,
191
+ "log_image_every_epoch": 2,
192
  "log_interval": 1,
193
  "log_vcp": true,
194
  "num_batch_plot": 1,
195
+ "num_workers": 3,
196
  "optimizer_name": "AdamW",
197
  "scheduler_name": "CosineAnnealingLR",
198
  "scheduler_params": {
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:339b1d7fe55b370a631f42d85aa31edbf56f7f14009b31495e2695209578742c
3
- size 23990293
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9848e5b60125c704f1ab2877b4b3cc27e99db66252d7980fe94ff9389a616e5f
3
+ size 4509179