forked from williamleif/GraphSAGE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
33 lines (33 loc) · 851 Bytes
/
config.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
version: 2
workflows:
experiment-workflow:
steps:
-
name: "my-experiment"
command: experiment.run_single_node
params:
command: nvidia-smi
container: tensorflow/tensorflow:1.13.1-gpu-py3
experimentEnv:
EPOCHS_EVAL: 5
EVAL_SECS: 10
MAX_STEPS: 1000
TRAIN_EPOCHS: 10
machineType: p2.xlarge
modelPath: /artifacts
modelType: Tensorflow
name: gradientci-sample
clusterId: clbdo1h0q
checks: #[optional]
tensorflow:loss:
target: "0.0..0.5"
aggregate: "mean"
defaults: #[optional]
precision: 3
triggers:
branches:
ignore: irrelevant-branch
tags:
only:
- v.*
- latest