From acd3fe3ad41136e8f9a388df4efb0868305f09a0 Mon Sep 17 00:00:00 2001 From: Filip Stefaniuk Date: Wed, 18 Sep 2024 17:16:34 +0200 Subject: [PATCH] yet again update config --- configs/experiments/informer-btcusdt-5m-gmadl.yaml | 4 ++-- configs/sweeps/informer-btcusdt-5m-gmadl.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/experiments/informer-btcusdt-5m-gmadl.yaml b/configs/experiments/informer-btcusdt-5m-gmadl.yaml index b0faf24..ddd21de 100644 --- a/configs/experiments/informer-btcusdt-5m-gmadl.yaml +++ b/configs/experiments/informer-btcusdt-5m-gmadl.yaml @@ -5,7 +5,7 @@ past_window: batch_size: value: 64 max_epochs: - value: 30 + value: 40 data: value: dataset: "btc-usdt-5m:latest" @@ -14,7 +14,7 @@ data: fields: value: time_index: "time_index" - target: "close_price" + target: "returns" group_ids: ["group_id"] dynamic_unknown_real: - "high_price" diff --git a/configs/sweeps/informer-btcusdt-5m-gmadl.yaml b/configs/sweeps/informer-btcusdt-5m-gmadl.yaml index 490af80..1a44b95 100644 --- a/configs/sweeps/informer-btcusdt-5m-gmadl.yaml +++ b/configs/sweeps/informer-btcusdt-5m-gmadl.yaml @@ -31,9 +31,9 @@ parameters: dropout: values: [0.05, 0.1, 0.2, 0.3] n_encoder_layers: - values: [1, 2, 4, 6] + values: [1, 2, 3] n_decoder_layers: - values: [1, 2] + values: [1, 2, 3] learning_rate: values: [0.001, 0.0005, 0.0001] optimizer: