local.yml 735 Bytes
Newer Older
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
authorName: nni
experimentName: naive
trialConcurrency: 3
maxExecDuration: 1h
maxTrialNum: 10
#choice: local, remote
trainingServicePlatform: local
searchSpacePath: search_space.json
#choice: true, false
useAnnotation: false
tuner:
  tunerCommand: /home/travis/virtualenv/python3.6.3/bin/python3 naive_tuner.py
  tunerCwd: .
  tunerGpuNum: 0
assessor:
  assessorCommand: /home/travis/virtualenv/python3.6.3/bin/python3 naive_assessor.py
  assessorCwd: .
  assessorGpuNum: 0
trial:
  trialCommand: /home/travis/virtualenv/python3.6.3/bin/python3 naive_trial.py
  trialCodeDir: .
  trialGpuNum: 0
#machineList can be empty if the platform is local
machineList:
  - ip: 
    port: 
    username: 
    passwd: