Commit 745f2520 authored by Zejun Lin's avatar Zejun Lin Committed by goooxu
Browse files

Modify experiment config for CI test (#3)

* Update local.yml

* debug mode

* update travis.yml

* test1

* 232

* sdfs

* maybefine

* reduction

* test python3 again to comfirm

* test pip

* bugs fix

* test setup.py install

* fix

* fix

* fix

* test

* test

* test

* test

* dsf

* dsf

* test

* test

* test

* test

* test

* test

* revert

* revert

* revert

* fix bugs about travis CI
parent 87ed70cd
authorName: nni authorName: nni
experimentName: naive experimentName: naive
trialConcurrency: 3 trialConcurrency: 3
maxExecDuration: 1h maxExecDuration: 1h
maxTrialNum: 10 maxTrialNum: 10
#choice: local, remote #choice: local, remote
trainingServicePlatform: local trainingServicePlatform: local
searchSpacePath: search_space.json searchSpacePath: search_space.json
#choice: true, false #choice: true, false
useAnnotation: false useAnnotation: false
tuner: tuner:
tunerCommand: python naive_tuner.py tunerCommand: /home/travis/virtualenv/python3.6.3/bin/python3 naive_tuner.py
tunerCwd: . tunerCwd: .
tunerGpuNum: 0 tunerGpuNum: 0
assessor: assessor:
assessorCommand: python naive_assessor.py assessorCommand: /home/travis/virtualenv/python3.6.3/bin/python3 naive_assessor.py
assessorCwd: . assessorCwd: .
assessorGpuNum: 0 assessorGpuNum: 0
trial: trial:
trialCommand: python naive_trial.py trialCommand: /home/travis/virtualenv/python3.6.3/bin/python3 naive_trial.py
trialCodeDir: . trialCodeDir: .
trialGpuNum: 0 trialGpuNum: 0
#machineList can be empty if the platform is local #machineList can be empty if the platform is local
machineList: machineList:
- ip: - ip:
port: port:
username: username:
passwd: passwd:
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment