- 10 Apr, 2019 1 commit
-
-
Shufan Huang authored
remove return True
-
- 08 Apr, 2019 2 commits
-
-
Zejun Lin authored
* enable tuner to aware trial ending * fix docstring
-
Shufan Huang authored
* update hyperband * change STEP to TRIAL_BUDGET * modify the function of n r * fix typo
-
- 03 Apr, 2019 2 commits
- 02 Apr, 2019 1 commit
-
-
Lee authored
* Fix Metis bug remove unexpected logger * Increase 'alpha' parameter Increase 'alpha' parameter of your GaussianProcessRegressor to make sure a positive definite matrix * Increase 'alpha' parameter Increase 'alpha' parameter of your GaussianProcessRegressor to make sure a positive definite matrix * Increase the probability from 0.1 to 0.9 Increase the probability from 0.1 to 0.9 to select from next config * Update metis_tuner.py Use local name instead of global name
-
- 01 Apr, 2019 2 commits
-
-
QuanluZhang authored
* fix bug in smac search space convert * update docstring
-
Shufan Huang authored
* Fix bug: incorrect number of trial jobs in hyperband
-
- 27 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 * 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
-
- 23 Mar, 2019 1 commit
-
-
chicm-ms authored
* Fix hyperband command queues
-
- 22 Mar, 2019 1 commit
-
-
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
-
- 20 Mar, 2019 1 commit
-
-
SparkSnail authored
-
- 13 Mar, 2019 1 commit
-
-
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
-
- 12 Mar, 2019 1 commit
-
-
Shufan Huang authored
* add epsilon * add epsilon for ceil
-
- 07 Mar, 2019 1 commit
-
-
Zejun Lin authored
* fix annotation, resolve annotation's key err bug, refactor the design
-
- 06 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
-
- 05 Mar, 2019 3 commits
-
-
xuehui authored
* fix bug in cold start * remove unused comment
-
ShufanHuang authored
Fix bug in Curvefitting Assessor
-
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
-
- 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
-
- 27 Feb, 2019 1 commit
-
-
ShufanHuang authored
fix broken link for curfitting assessor doc
-
- 26 Feb, 2019 2 commits
-
-
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 2 commits
-
-
ShufanHuang authored
Improve the performance of the curve fitting assessor
-
Yan Ni authored
* move tuners readme under docs * fix deadlink in builtin * fix reference warning * remove smac dependency
-
- 22 Feb, 2019 1 commit
-
-
ShufanHuang authored
change Relative path to absolute path, unified docstring (include Hyperband), sdk_reference.rst
-
- 18 Feb, 2019 3 commits
-
-
Chi Song authored
-
Yan Ni authored
-
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
-
- 14 Feb, 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 * update for reference
-
Yan Ni authored
-
- 12 Feb, 2019 1 commit
-
-
ShufanHuang authored
* add reference link of Tuners/Assessors in doc
-
- 10 Feb, 2019 1 commit
-
-
QuanluZhang authored
fix bug in smac that configspace cannot deal with complex searchspace. That is converting categorical
-
- 30 Jan, 2019 1 commit
-
-
Yan Ni authored
* fix lex format for code * fix doc links * hide api reference * delete orphan files * fix deadlink in FAQ * remove email address * fix deadlinks for deleted orphan files
-
- 29 Jan, 2019 4 commits
-
-
chicm-ms authored
* Pull code (#22) * Support distributed job for frameworkcontroller (#612) support distributed job for frameworkcontroller * Multiphase doc (#519) * multiPhase doc * updates * updates * Add time parser for 'nnictl update duration' (#632) Current nnictl update duration only support seconds unit, add a parser for this command to support {s, m, h, d} * fix experiment state bug (#629) * update top README.md (#622) * Update README.md * update (#634) * Integration tests refactoring (#625) * Integration test refactoring (#21) (#616) * Integration test refactoring (#21) * Refactoring integration tests * test metrics * update azure pipeline * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * update trigger * Integration test refactoring (#618) * updates * updates * update pipeline (#619) * update pipeline * updates * updates * updates * updates * updates * test pipeline (#623) * test pipeline * updates * updates * updates * Update integration test (#624) * Update integration test * updates * updates * updates * updates * updates * updates * Revert "Pull code (#22)" This reverts commit 62fc165ad7b2ba724eead3b99f010aa34491e2c7. * Fix broken pipe error * updates * updates -
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' * add base version for remote-log * change launcher.py * test * basic version * debug * debug * basic work version * fix code * update disable_log * remove unused line * add diable log in kubernetesTrainingService * add detect frameworkcontroller * fix comment * update * update * fix kubernetesData * debug * debug * debug * fix comment * fix conflict * remove local temp files * revert launcher.py * update code by comments * remove disableLog * remove disable Log * set timeout for cleanup * fix code by comments * update variable names * add comments * add delay function * update * update * update by comments * add in remote script path * rename variables * update variable name * add mkdir -p for subfolder
-
chicm-ms authored
* Fix broken pipe error * updates
-
Chi Song authored
fix indents of doc, change nni to NNI yaml to yml(file) and YAML(doc)
-
- 28 Jan, 2019 1 commit
-
-
chicm-ms authored
* Pull code (#22) * Support distributed job for frameworkcontroller (#612) support distributed job for frameworkcontroller * Multiphase doc (#519) * multiPhase doc * updates * updates * Add time parser for 'nnictl update duration' (#632) Current nnictl update duration only support seconds unit, add a parser for this command to support {s, m, h, d} * fix experiment state bug (#629) * update top README.md (#622) * Update README.md * update (#634) * Integration tests refactoring (#625) * Integration test refactoring (#21) (#616) * Integration test refactoring (#21) * Refactoring integration tests * test metrics * update azure pipeline * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * update trigger * Integration test refactoring (#618) * updates * updates * update pipeline (#619) * update pipeline * updates * updates * updates * updates * updates * test pipeline (#623) * test pipeline * updates * updates * updates * Update integration test (#624) * Update integration test * updates * updates * updates * updates * updates * updates * Revert "Pull code (#22)" This reverts commit 62fc165ad7b2ba724eead3b99f010aa34491e2c7. * Fix parameter.cfg bug
-
- 22 Jan, 2019 1 commit
-
-
chicm-ms authored
-