-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathexperiment.yaml
More file actions
69 lines (61 loc) · 1.03 KB
/
experiment.yaml
File metadata and controls
69 lines (61 loc) · 1.03 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
seml:
executable: csdi/experiment.py
name: tsdiff_csdi
output_dir: experiments/logs
project_root_dir: ../
conda_environment: place_your_env_here
slurm:
experiments_per_job: 2
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: 200
batch_size: 16
lr: 1e-3
layers: 4
channels: 64
nheads: 8
diffusion_embedding_dim: 128
beta_start: 0.0001
beta_end: 0.5
num_steps: 50
schedule: 'quad'
is_unconditional: 0
timeemb: 128
featureemb: 16
target_strategy: 'random'
grid:
seed:
type: range
min: 1
max: 11
step: 1
testmissingratio:
type: choice
options:
- 0.1
- 0.5
- 0.9
nsample:
type: choice
options:
- 20
baseline:
fixed:
gp_noise: False
our:
fixed:
gp_noise: True
grid:
gp_sigma:
type: choice
options:
- 0.005
- 0.01
- 0.02
- 0.05
- 0.1