- 05 Mar, 2019 6 commits
-
-
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
-
- 24 Feb, 2019 2 commits
- 22 Feb, 2019 1 commit
-
-
ShufanHuang authored
change Relative path to absolute path, unified docstring (include Hyperband), sdk_reference.rst
-
- 21 Feb, 2019 3 commits
- 19 Feb, 2019 1 commit
-
-
chicm-ms authored
Add azure pipeline to build and upload nni release
-
- 18 Feb, 2019 5 commits
-
-
Chi Song authored
-
Yan Ni authored
-
Yan Ni authored
* move en docs under en_US * update gitignore * fix image link * add doc guide * add napoleon ext
-
Guangli Li authored
* Fix typo in README.Makefile.md Fix typo in README.Makefile.md. * Fix links in README.md Fix links in README.md * Update the link of assessor tutorial. “docs/Customize_Assessor.md” is a better tutorial than “examples/assessors/README.md” for Customize Assessor. The link of “Base-Assessor” in “examples/assessors/README.md” is not available.
-
Lee authored
* fix some bugs in doc and log * The learning rate focus more on validation sets accuracy than training sets accuracy. * update Dockerfile and README * Update README.md Merge to branch v0.5 * random search when suggested parameter occurs in the history * avoid infinite loop when seacrh space is limited * follow the review comments * add comments
-