config.yml 499 Bytes
Newer Older
Yan Ni's avatar
Yan Ni committed
1
2
3
4
5
6
authorName: default
experimentName: example_weight_sharing
trialConcurrency: 3
maxExecDuration: 1h
maxTrialNum: 10
#choice: local, remote, pai
7
trainingServicePlatform: remote
Yan Ni's avatar
Yan Ni committed
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#choice: true, false
useAnnotation: false
multiThread: true
tuner:
  codeDir: .
  classFileName: simple_tuner.py
  className: SimpleTuner
trial:
  command: python3 main.py
  codeDir: .
  gpuNum: 0
machineList:
  - ip: 10.10.10.10
    username: bob
    passwd: bob123
  - ip: 10.10.10.11
    username: bob
    passwd: bob123