- 14 Mar, 2019 4 commits
-
-
SparkSnail authored
-
SparkSnail authored
-
Lijiao authored
Support intermediate is dict
-
SparkSnail authored
SSH client has a max number of open channels for a connection, if we set the number of trialCurrency too big, our ssh client will exec command using ssh frequently, then we will meet the error of Error: (SSH) Channel open failure: open failed. Refactor the code, set one connection has a max trial concurrency, when the number of trial reach the ssh connection restriction, will create a new ssh connection to exec trial commands.
-
- 13 Mar, 2019 2 commits
-
-
SparkSnail authored
* fix remote bug * add document * add document * fix remote issue * fix forEach * update doc according to comments * remove 'any more' * set nniManager.log and dispatcher.log time format to local time
-
chicm-ms authored
* Refactoring test pipelines, move local integrate test from PR pipeline into a sepearate pipeline which is scheduled daily.
-
- 12 Mar, 2019 3 commits
-
-
Shufan Huang authored
* add epsilon * add epsilon for ceil
-
SparkSnail authored
In current version of makefile, if user use make dev-install, they will install two packages "nni-sdk" and "nnictl" in their environment. Now merge the two package to be one package "nni".
-
Zejun Lin authored
fix unittest err exit
-
- 11 Mar, 2019 1 commit
-
-
chicm-ms authored
* Install dependencies for PAI/k8s IT * updates
-
- 07 Mar, 2019 1 commit
-
-
Zejun Lin authored
* fix annotation, resolve annotation's key err bug, refactor the design
-
- 06 Mar, 2019 5 commits
-
-
Chris Auld authored
-
Chi Song authored
-
SparkSnail authored
* fix remote bug * add document * add document * update * update * update * update * fix remote issue * fix forEach * update doc according to comments * update * update * update * remove 'any more' * change multi_phast trial concurrency
-
Lee authored
* Fix tensorflow MNIST dataset download bug in multiple trials * Modify the maxTrialNum and trialConcurrency in config
-
Lee authored
* add different tuner config files for config_test * change MetisTuner config test due to no lightgbm python module in integration test * install smac package in azure-pipelines * SMAC need swig to be installed * Try to install swig from source code * remove SMAC test because the dependency can not be installed * use sudo to install the swig * sleep 10s to make sure the port has been released * remove tuner test for networkmorphism because it uses more than 30s to release the tcp port * word "down" to "done" * add config test for Curvefitting assessor * change file name * Fix data type not match bug * Optimize MetisTunner * pretty the code * Follow the review comment * add exploration probability * Avoid None type object generating
-
- 05 Mar, 2019 8 commits
-
-
chicm-ms authored
* 0.5.2 release note
-
xuehui authored
* fix bug in cold start * remove unused comment
-
ShufanHuang authored
Fix bug in Curvefitting Assessor
-
chicm-ms authored
* Add build_version input for build pipeline * Change time stamp to UTC time
-
chicm-ms authored
1. Change timestamp to UTC time 2. Use configurable docker hub account to upload integration test docker image
-
Zejun Lin authored
add package requirement data in setup.py
-
Lijiao authored
-
Lee authored
* add different tuner config files for config_test * change MetisTuner config test due to no lightgbm python module in integration test * install smac package in azure-pipelines * SMAC need swig to be installed * Try to install swig from source code * remove SMAC test because the dependency can not be installed * use sudo to install the swig * sleep 10s to make sure the port has been released * remove tuner test for networkmorphism because it uses more than 30s to release the tcp port * word "down" to "done" * add config test for Curvefitting assessor * change file name * Fix data type not match bug * Optimize MetisTunner * pretty the code * Follow the review comment * add exploration probability
-
- 04 Mar, 2019 2 commits
-
-
chicm-ms authored
Update readme for 0.5.2
-
ShufanHuang authored
* update link
-
- 03 Mar, 2019 1 commit
-
-
xuehui authored
* update readme in ga_squad * update readme * fix typo * Update README.md * Update README.md * Update README.md * update readme * update * fix path * update reference * fix bug in config file * update nni_arch_overview.png * update * update * update * update home page * quickly fix bug in cold start
-
- 28 Feb, 2019 2 commits
- 27 Feb, 2019 3 commits
-
-
Yan Ni authored
* fix sklearn dependency * add doc badge to readme * fix infinite toctree level
-
Chi Song authored
-
ShufanHuang authored
fix broken link for curfitting assessor doc
-
- 26 Feb, 2019 3 commits
-
-
chicm-ms authored
Update nni docker image build process in build pipeline
-
SparkSnail authored
In trialkeeper, the output stream of trial process may be in cache, and multiphase need the output stream returns immediately. Flush when sdk print content.
-
Chi Song authored
-
- 25 Feb, 2019 5 commits
-
-
ShufanHuang authored
Improve the performance of the curve fitting assessor
-
SparkSnail authored
Add integration test for remoteTrainingService platform
-
SparkSnail authored
-
chicm-ms authored
Set pai/kubeflow integration test job timeout to infinite.
-
Lijiao authored
* change version
-