Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Modify experiment config for CI test #3

Merged
merged 33 commits into from
Aug 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions test/naive/local.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,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: python naive_tuner.py
tunerCwd: .
tunerGpuNum: 0
assessor:
assessorCommand: python naive_assessor.py
assessorCwd: .
assessorGpuNum: 0
trial:
trialCommand: python naive_trial.py
trialCodeDir: .
trialGpuNum: 0
#machineList can be empty if the platform is local
machineList:
- ip:
port:
username:
passwd:
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: