change val interval for 30m

This commit is contained in:
Filip Stefaniuk 2024-09-20 17:08:30 -04:00
parent 5d816cc1ff
commit d62bc35924
2 changed files with 8 additions and 4 deletions

View File

@ -8,6 +8,8 @@ command:
- "./configs/experiments/informer-btcusdt-30m-gmadl.yaml" - "./configs/experiments/informer-btcusdt-30m-gmadl.yaml"
- "--patience" - "--patience"
- "15" - "15"
- "--val-check-interval"
- "100"
method: random method: random
metric: metric:
goal: minimize goal: minimize

View File

@ -8,6 +8,8 @@ command:
- "./configs/experiments/informer-btcusdt-30m-quantile.yaml" - "./configs/experiments/informer-btcusdt-30m-quantile.yaml"
- "--patience" - "--patience"
- "15" - "15"
- "--val-check-interval"
- "100"
method: random method: random
metric: metric:
goal: minimize goal: minimize
@ -28,7 +30,7 @@ parameters:
d_fully_connected: d_fully_connected:
values: [256, 512, 1024] values: [256, 512, 1024]
n_attention_heads: n_attention_heads:
values: [1, 2, 4, 6] values: [1, 2, 4]
dropout: dropout:
values: [0.05, 0.1, 0.2, 0.3] values: [0.05, 0.1, 0.2, 0.3]
n_encoder_layers: n_encoder_layers: