-
Notifications
You must be signed in to change notification settings - Fork 0
/
presults.yaml
69 lines (61 loc) · 1.08 KB
/
presults.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
seml:
executable: resultProcess.py
name: resultProcess
output_dir: logs
project_root_dir: .
slurm:
experiments_per_job: 2
max_simultaneous_jobs: 6 # Restrict number of simultaneously running jobs per job array
sbatch_options:
gres: gpu:1 # num GPUs
mem: 200G # memory
cpus-per-task: 18 # num cores
time: 1-08:00 # max time, D-HH:MM
fixed:
max_epochs: 500
grid:
lowLayer:
grid:
header:
type: choice
options:
- 8
- 16
numOfAttentionLayers:
type: choice
options:
- 2
symbolCount:
type: choice
options:
- 3
- 5
higherLayer:
grid:
header:
type: choice
options:
- 6
numOfAttentionLayers:
type: choice
options:
- 5
symbolCount:
type: choice
options:
- 3
- 5
noLayer:
grid:
header:
type: choice
options:
- 0
numOfAttentionLayers:
type: choice
options:
- 0
symbolCount:
type: choice
options:
- 0