cesarali commited on
Commit
227fa2c
·
verified ·
1 Parent(s): 40408eb

best val_rmse 0.0514

Browse files
Files changed (2) hide show
  1. config.json +28 -27
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
- "best_val_loss": 0.00827707163989544,
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,23 @@
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": 2,
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 +154,20 @@
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": 45,
165
  "tags": [
166
- "FAttention",
167
- "Long",
168
- "ZS",
169
- "init_recon",
170
  "S-0"
171
  ],
172
  "target_observations": {
@@ -176,26 +177,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.05135883018374443,
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_attention_layers": 2,
141
+ "decoder_hidden_dim": 128,
142
+ "decoder_name": "TransformerDecoder",
143
  "decoder_num_layers": 2,
144
+ "decoder_rnn_hidden_dim": 200,
145
  "drift_activation": "Tanh",
146
  "drift_num_layers": 3,
147
  "dropout": 0.1,
148
+ "encoder_rnn_hidden_dim": 200,
149
+ "exclusive_node_step": false,
150
  "individual_encoder_name": "RNNContextEncoder",
151
  "individual_encoder_number_of_heads": 4,
152
  "init_hidden_num_layers": 2,
 
154
  "loss_name": "nll",
155
  "node_step": true,
156
  "norm": "layer",
157
+ "output_head_num_layers": 2,
158
  "rnn_decoder_number_of_layers": 4,
159
+ "rnn_individual_encoder_number_of_layers": 2,
160
+ "time_obs_encoder_hidden_dim": 128,
161
+ "time_obs_encoder_output_dim": 128,
162
  "use_attention": true,
163
+ "use_kl_i": true,
164
+ "use_kl_init": true,
165
+ "use_kl_s": true,
166
+ "zi_latent_dim": 200
167
  },
168
+ "run_index": 0,
169
  "tags": [
170
+ "snode-pk",
 
 
 
171
  "S-0"
172
  ],
173
  "target_observations": {
 
177
  "max_num_obs": 14,
178
  "min_num_of_past_context": 3,
179
  "num_of_past_context": 4,
180
+ "obs_dataset": "/home/cesarali/Pharma/generative_pk/data/preprocessed/lenuzza/Lenuzza2016.csv",
181
  "obs_type": "observations_pk_peak_halflife",
182
  "past_time_ratio": 0.1
183
  },
184
  "train": {
185
  "amsgrad": false,
186
+ "batch_size": 8,
187
  "betas": [
188
  0.9,
189
  0.999
190
  ],
191
+ "epochs": 5,
192
  "eps": 1e-08,
193
  "gradient_clip_val": 1.0,
194
  "learning_rate": 0.0001,
195
+ "log_image_every_epoch": 2,
196
  "log_interval": 1,
197
  "log_vcp": true,
198
  "num_batch_plot": 1,
199
+ "num_workers": 3,
200
  "optimizer_name": "AdamW",
201
  "scheduler_name": "CosineAnnealingLR",
202
  "scheduler_params": {
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3caf62bd9dfa6fcdb063cf536f3b643914a946f9c71821a735e78fc9151ddc76
3
- size 23990293
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19be42ba75a658a9388e37406a042c8f7042c08dd9c0aab9a2f49a6b147a9005
3
+ size 4910617