-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathexperiment.yaml
More file actions
83 lines (70 loc) · 1.2 KB
/
experiment.yaml
File metadata and controls
83 lines (70 loc) · 1.2 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
seml:
executable: experiments/forecasting/experiment.py
name: tsdiff_forecast
output_dir: experiments/logs
project_root_dir: ../../
conda_environment: place_your_env_here
slurm:
experiments_per_job: 1
sbatch_options:
gres: gpu:1 # num GPUs
mem: 16G # memory
cpus-per-task: 2 # num cores
time: 0-08:00 # max time, D-HH:MM
partition: gpu_all
fixed:
epochs: 10
learning_rate: 1e-3
batch_size: 64
grid:
seed:
type: range
min: 1
max: 4
step: 1
dataset:
type: choice
options:
- electricity_nips
- solar_nips
- traffic_nips
- exchange_rate_nips
diffusion_steps:
type: choice
options:
- 100
num_cells:
type: choice
options:
- 40
hidden_dim:
type: choice
options:
- 100
residual_layers:
type: choice
options:
- 8
old:
grid:
network:
type: choice
options:
- timegrad
- timegrad_old
noise:
type: choice
options:
- normal
cnn:
grid:
network:
type: choice
options:
- timegrad_cnn
noise:
type: choice
options:
- normal
- ou
- gp