-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperiment.yaml
54 lines (45 loc) · 1.3 KB
/
experiment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
defaults:
- _self_
- logger: tensorboard
- dataset: madrid19
- model: magcrn
#### Experiment params ########################################################
seed: 10
hydra:
run:
dir: /nas/home/agiganti/arianet/tsl_project/logs/${model.name}/${dataset.name}/${now:%Y-%m-%d}/${now:%H-%M-%S}
sweep:
dir: /nas/home/agiganti/arianet/tsl_project/logs/${now:%Y-%m-%d-%H-%M-%S}
subdir: ${model.name}/${dataset.name}/${hydra.job.num}
workers: 8
devices: [0] # GPU [ID]
#### Windowing params #########################################################
delay: 0 # 0, 24, 48
stride: 1
window: 24
horizon: 24
#### Covariates #############################################################
use_datetime: True
use_past_cov: True
use_fut_cov: None # Automatically set True for MAGCRN
#### Training params ##########################################################
epochs: -1 # infinite
patience: 100
batch_size: 1024
scale_target: True
optimizer:
name: AdamW
hparams:
lr: 0.01
weight_decay: 0
lr_scheduler:
name: CosineAnnealingLR
hparams:
eta_min: 1e-7
T_max: 20
verbose: True
#### Testing params ##########################################################
delays: [0, 48, 24, 0]
#### Tags #############################################################
tags:
- '' # run-specific tb tags