-
Notifications
You must be signed in to change notification settings - Fork 9
/
guild.yml
42 lines (42 loc) · 949 Bytes
/
guild.yml
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
- operations:
train:
main: scripts/train --data_dir data/ --log_dir .
output-scalars: off
flags-dest: args
flags-import: all
flags-import-skip:
- data_dir
- log_dir
requires:
- data
sourcecode:
select:
- "*.py"
- include:
dir: scripts
- include:
dir: src
compare:
- =case_name
- epoch
- avg test/cost as Cost
- avg test/equality/error_max as Equality
- avg test/inequality/error_max as Inequality
- avg val/loss
- avg val/cost
- avg val/inequality/error_max
- =F
- =K
- =L
- =lr
- =enforce_constraints
- =constraint_features
- =readout
- =activation
resources:
data:
- file: data/
target-type: link
logs:
- file: logs/
target-type: link