update configs

This commit is contained in:
Filip Stefaniuk
2024-11-02 15:11:45 +01:00
parent fb731be598
commit 6360d76d11
11 changed files with 95 additions and 266 deletions
@@ -1,25 +0,0 @@
program: ./scripts/train.py
name: informer-btcusdt-15m-gmadl-eval
project: wne-masters-thesis-testing
command:
- ${env}
- ${interpreter}
- ${program}
- "./configs/experiments/informer-btcusdt-15m-gmadl2.yaml"
- "--patience"
- "20"
- "--store-predictions"
method: grid
metric:
goal: minimize
name: val_loss
parameters:
data:
parameters:
dataset:
value: "btc-usdt-15m:latest"
validation:
value: 0.2
sliding_window:
min: 0
max: 5
@@ -1,27 +0,0 @@
program: ./scripts/train.py
name: informer-btcusdt-30m-gmadl-eval
project: wne-masters-thesis-testing
command:
- ${env}
- ${interpreter}
- ${program}
- "./configs/experiments/informer-btcusdt-30m-gmadl2.yaml"
- "--patience"
- "20"
- "--store-predictions"
- "--val-check-interval"
- "100"
method: grid
metric:
goal: minimize
name: val_loss
parameters:
data:
parameters:
dataset:
value: "btc-usdt-30m:latest"
validation:
value: 0.2
sliding_window:
min: 0
max: 5