- 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 11 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
-
SparkSnail authored
trial_keeper use 50070 port to connect to webhdfs server, and PAI use a mapping method to map 50070 port to 5070 port to visit restful server, this method has some risk for PAI may not support this kind of mapping in later release.Now use Pylon path(/webhdfs/api/v1) instead of 50070 port in webhdfs client of trial_keeper, the path is transmitted in trainingService. In this pr, we have these changes: 1. Change to use webhdfs path instead of 50070 port in hdfs client. 2. Change to use new hdfs package "PythonWebHDFS", which is build to support pylon by myself. You could test the new function from "sparksnail/nni:dev-pai" image to test pai trainingService. 3. Update some variables' name according to comments.
-
Yan Ni authored
* move tuners readme under docs * fix deadlink in builtin * fix reference warning * remove smac dependency
-
SparkSnail authored
* add trialkeeper_stdout and trialkeeper_stderr * fix nnictl set remote nniManagerIP
-
fishyds authored
* Fix a race condition bug that does not store Trial Job cancel status correctly
-
demianzhang authored
Unit test for nnimanager
-
Zejun Lin authored
update doc HowToDebug.md
-