best val_rmse 0.1689
Browse files- config.json +4 -2
- 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,
|
|
@@ -135,8 +135,9 @@
|
|
| 135 |
"activation": "ReLU",
|
| 136 |
"aggregator_num_heads": 8,
|
| 137 |
"aggregator_type": "attention",
|
|
|
|
| 138 |
"decoder_hidden_dim": 128,
|
| 139 |
-
"decoder_name": "
|
| 140 |
"decoder_num_layers": 2,
|
| 141 |
"decoder_rnn_hidden_dim": 200,
|
| 142 |
"drift_activation": "Tanh",
|
|
@@ -157,6 +158,7 @@
|
|
| 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,
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_val_loss": 0.16886407136917114,
|
| 3 |
"comet_ai_key": null,
|
| 4 |
"context_observations": {
|
| 5 |
"add_rem": true,
|
|
|
|
| 135 |
"activation": "ReLU",
|
| 136 |
"aggregator_num_heads": 8,
|
| 137 |
"aggregator_type": "attention",
|
| 138 |
+
"cov_proj_dim": 16,
|
| 139 |
"decoder_hidden_dim": 128,
|
| 140 |
+
"decoder_name": "RNNDecoder",
|
| 141 |
"decoder_num_layers": 2,
|
| 142 |
"decoder_rnn_hidden_dim": 200,
|
| 143 |
"drift_activation": "Tanh",
|
|
|
|
| 158 |
"time_obs_encoder_hidden_dim": 128,
|
| 159 |
"time_obs_encoder_output_dim": 128,
|
| 160 |
"use_attention": true,
|
| 161 |
+
"use_covariance": false,
|
| 162 |
"zi_latent_dim": 200
|
| 163 |
},
|
| 164 |
"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:040398e0d7e6d840441fbcb8806a0a042ff4bfbd469aefaa398178625f682bf8
|
| 3 |
+
size 10887253
|