- 28 May, 2019 1 commit
-
-
demianzhang authored
-
- 27 May, 2019 4 commits
-
-
QuanluZhang authored
experiment resume
-
SparkSnail authored
-
QuanluZhang authored
fix smac import data
-
Chi Song authored
-
- 22 May, 2019 1 commit
-
-
SparkSnail authored
-
- 15 May, 2019 2 commits
-
-
Shufan Huang authored
* update docs
-
QuanluZhang authored
* fix bug that annotation cannot deal with negative numbers
-
- 28 Apr, 2019 1 commit
-
-
demianzhang authored
* Update mnist-hyperband.test.yml * Fix system node * Fix pgrep in windows
-
- 24 Apr, 2019 3 commits
-
-
Shufan Huang authored
-
demianzhang authored
-
SparkSnail authored
-
- 22 Apr, 2019 1 commit
-
-
demianzhang authored
-
- 19 Apr, 2019 4 commits
-
-
Zejun Lin authored
-
Lee authored
* Revert to orginal `nnictl log trial` and `nnictl trial kill` * Change print() to print_normal()
-
SparkSnail authored
Fix issue #890
-
SparkSnail authored
Advisor and assessor could not be used simultaneously. Refactor config file error message. Support scientific notation, like 1e-2
-
- 18 Apr, 2019 1 commit
-
-
chicm-ms authored
* Refactoring local training service * Designated GPU for local training service * RemoteMachine designated GPU configuration
-
- 12 Apr, 2019 1 commit
-
-
Shufan Huang authored
add BOHB Advisor
-
- 10 Apr, 2019 1 commit
-
-
Yan Ni authored
add trial id to csv and remove pandas
-
- 09 Apr, 2019 1 commit
-
-
Yan Ni authored
* export to csv core code done * add nnictl trail export * fix bug * add dependency for pandas * remove pandas from dependency * add multi phase support * add document
-
- 29 Mar, 2019 1 commit
-
-
SparkSnail authored
-
- 27 Mar, 2019 2 commits
-
-
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 * fix issue: #902, random parameter * update doc about random * change Random tuner test * update metric_test for Random tuner * update random config in test * update Evolution_SQuAD doc
-
SparkSnail authored
-
- 26 Mar, 2019 1 commit
-
-
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 * fix nnictl log trial bug * rollback chinese doc * add argument 'experiment' to parser_log_trial and parser_trial_kill * update doc
-
- 22 Mar, 2019 3 commits
-
-
chicm-ms authored
1. Route tuner and assessor commands to 2 seperate queues issue #841 2. Allow tuner to leverage intermediate result when trial is early stopped. issue #843
-
SparkSnail authored
If user set remoteloggingType in config file, log content will not be transmitted from trialkeeper
-
SparkSnail authored
There is one kind of version string like 'v0.5.2-gews11f', it is generated by installing from source code. In current trialKeeper, use exact version match, and this version string will cause code break in msranni/nni image, because our offical image use clean number version. Change the logic to fuzzy match, only match the main number of nni.
-
- 21 Mar, 2019 1 commit
-
-
SparkSnail authored
In nnictl, we support debug mode from config file and --debug. If users does not set debug: true in config, nnictl will use --debug value.
-
- 20 Mar, 2019 1 commit
-
-
SparkSnail authored
-
- 18 Mar, 2019 1 commit
-
-
SparkSnail authored
-
- 15 Mar, 2019 1 commit
-
-
SparkSnail authored
check nni version in trialkeeper, to make sure the version of trialkeeper is consistent with trainingService add a debug mode in config file
-
- 07 Mar, 2019 1 commit
-
-
Zejun Lin authored
* fix annotation, resolve annotation's key err bug, refactor the design
-
- 06 Mar, 2019 2 commits
- 04 Mar, 2019 1 commit
-
-
ShufanHuang authored
* update link
-
- 26 Feb, 2019 1 commit
-
-
Chi Song authored
-
- 25 Feb, 2019 3 commits
-
-
ShufanHuang authored
Improve the performance of the curve fitting assessor
-
SparkSnail authored
Add integration test for remoteTrainingService platform
-
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.
-