- 28 May, 2019 4 commits
-
-
Zejun Lin authored
* Dev nas interface -- document (#1049) * nas interface doc * Dev nas compile -- code generator (#1067) * finish code for parsing mutable_layers annotation and testcode * Dev nas interface -- update figures (#1070) update figs * update searchspace_generator (#1071) * GeneralNasInterfaces.md: Fix a typo (#1079) Signed-off-by:Ce Gao <gaoce@caicloud.io> * add NAS example and fix bugs (#1083) update searchspace_generator, add example, update NAS example * fix bugs (#1108) * Remove NAS example (#1116) remove example * update (#1119) * Dev nas interface2 (#1121) update doc * Fix comment for pr of nas (#1122) resolve comment
-
SparkSnail authored
-
SparkSnail authored
-
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
-