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"
- "--patience"
- "15"
- "--val-check-interval"
- "100"
method: random
metric:
goal: minimize

View File

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