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
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:
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