Update configs with best params

This commit is contained in:
Filip Stefaniuk
2024-09-15 12:10:09 +02:00
parent a0e06cfc06
commit 8082e99159
7 changed files with 16 additions and 16 deletions
@@ -1,7 +1,7 @@
future_window:
value: 5
past_window:
value: 48
value: 22
batch_size:
value: 64
max_epochs:
@@ -62,8 +62,8 @@ model:
d_model: 256
d_fully_connected: 512
n_attention_heads: 2
dropout: 0.1
n_encoder_layers: 2
dropout: 0.05
n_encoder_layers: 1
n_decoder_layers: 1
learning_rate: 0.001
learning_rate: 0.0001
optimizer: "Adam"
@@ -1,7 +1,7 @@
future_window:
value: 5
past_window:
value: 48
value: 22
batch_size:
value: 64
max_epochs:
@@ -62,8 +62,8 @@ model:
d_model: 256
d_fully_connected: 512
n_attention_heads: 2
dropout: 0.1
n_encoder_layers: 2
dropout: 0.05
n_encoder_layers: 1
n_decoder_layers: 1
learning_rate: 0.001
learning_rate: 0.0001
optimizer: "Adam"
@@ -1,7 +1,7 @@
future_window:
value: 5
past_window:
value: 48
value: 22
batch_size:
value: 64
max_epochs:
@@ -62,8 +62,8 @@ model:
d_model: 256
d_fully_connected: 512
n_attention_heads: 2
dropout: 0.1
n_encoder_layers: 2
dropout: 0.05
n_encoder_layers: 1
n_decoder_layers: 1
learning_rate: 0.001
learning_rate: 0.0001
optimizer: "Adam"