best val_rmse 0.2450
Browse files- config.json +4 -4
- 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,
|
|
@@ -137,13 +137,13 @@
|
|
| 137 |
"aggregator_num_heads": 8,
|
| 138 |
"aggregator_type": "attention",
|
| 139 |
"cov_proj_dim": 16,
|
| 140 |
-
"decoder_attention_layers":
|
| 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":
|
| 147 |
"dropout": 0.1,
|
| 148 |
"encoder_rnn_hidden_dim": 200,
|
| 149 |
"exclusive_node_step": false,
|
|
@@ -155,7 +155,7 @@
|
|
| 155 |
"node_step": true,
|
| 156 |
"norm": "layer",
|
| 157 |
"output_head_num_layers": 2,
|
| 158 |
-
"rnn_decoder_number_of_layers":
|
| 159 |
"rnn_individual_encoder_number_of_layers": 2,
|
| 160 |
"time_obs_encoder_hidden_dim": 128,
|
| 161 |
"time_obs_encoder_output_dim": 128,
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_val_loss": 0.24501319229602814,
|
| 3 |
"comet_ai_key": null,
|
| 4 |
"context_observations": {
|
| 5 |
"add_rem": true,
|
|
|
|
| 137 |
"aggregator_num_heads": 8,
|
| 138 |
"aggregator_type": "attention",
|
| 139 |
"cov_proj_dim": 16,
|
| 140 |
+
"decoder_attention_layers": 1,
|
| 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": 2,
|
| 147 |
"dropout": 0.1,
|
| 148 |
"encoder_rnn_hidden_dim": 200,
|
| 149 |
"exclusive_node_step": false,
|
|
|
|
| 155 |
"node_step": true,
|
| 156 |
"norm": "layer",
|
| 157 |
"output_head_num_layers": 2,
|
| 158 |
+
"rnn_decoder_number_of_layers": 2,
|
| 159 |
"rnn_individual_encoder_number_of_layers": 2,
|
| 160 |
"time_obs_encoder_hidden_dim": 128,
|
| 161 |
"time_obs_encoder_output_dim": 128,
|
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:3f131d71ce9e55be7c0979fbd6a2a3454efe6ebad9baa80c101fcf72c7255639
|
| 3 |
+
size 11657663
|