- 22 Jan, 2019 5 commits
-
-
https://microsoft.github.io/nni/goooxu authored
* Set theme jekyll-theme-minimal * Set theme jekyll-theme-slate * Set theme jekyll-theme-cayman * Update README.md * Update README.md * Update README.md * Update README.md
-
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 azure pipepline trigger -
goooxu authored
* Set theme jekyll-theme-cayman * Set theme jekyll-theme-minimal * Set theme jekyll-theme-slate * Set theme jekyll-theme-cayman * Update overview.svg * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create overview.svg * Delete overview.svg * Update README.md * Update README.md * Update README.md
-
SparkSnail authored
* add serviceAccountName * add serviceAccountName for frameworkcontroller
-
chicm-ms authored
-
- 21 Jan, 2019 3 commits
-
-
Lijiao authored
-
Zejun Lin authored
--user will mislead some users to install NNI to their home directory while they are using venv or whatever It should be added only when someone wants to install to home directory. For example, if all users shared a global python and one has no privileges
-
chicm-ms authored
* 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
-
- 18 Jan, 2019 5 commits
-
-
QuanluZhang authored
-
QuanluZhang authored
* Update README.md
-
QuanluZhang authored
-
SparkSnail authored
Current nnictl update duration only support seconds unit, add a parser for this command to support {s, m, h, d} -
chicm-ms authored
* multiPhase doc * updates * updates
-
- 16 Jan, 2019 4 commits
-
-
SparkSnail authored
support distributed job for frameworkcontroller
-
QuanluZhang authored
* fix * update * fix * fix * fix
-
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
-
xuehui authored
-
- 15 Jan, 2019 4 commits
-
-
xuehui authored
Merge v0.5 back to master
-
fishyds authored
-
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 * add release note * update the README.md * update Installation.md and Getstart.md
-
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 * add release note * update the README.md
-
- 14 Jan, 2019 3 commits
-
-
Yan Ni authored
* fix doc * update fix
-
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 * add release note
-
xuehui authored
* update README in metis and update RuntimeError * remove smart params
-
- 11 Jan, 2019 6 commits
-
-
Yan Ni authored
-
xuehui authored
* update README in metis and update RuntimeError * fix typo * add numerical choice check * update
-
Lijiao authored
* fix bug * fix bug of background * update * update * add frameworkcontroller platform
-
Chi Song authored
Fix document with formats and typos
-
Linjie Xu authored
* add module info for launcher check * update launcher.py Add packages check before start restful server. * check sub-key * modify mistype * delete non-tuner in constants/ModuleName * Delete ModuleName to prevent double maintain * only catch ModuleNotFoundError
-
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
-
- 10 Jan, 2019 1 commit
-
-
Lijiao authored
* Update webui document * update
-
- 09 Jan, 2019 2 commits
- 08 Jan, 2019 7 commits
-
-
Lijiao authored
* [WebUI] Show trial log for pai and k8s * fix lint * Fix comments
-
SparkSnail authored
Add frameworkcontroller document. Fix other document small issues.
-
Yan Ni authored
* Dev weight sharing (#568) * add pycharm project files to .gitignore list * update pylintrc to conform vscode settings * fix RemoteMachineMode for wrong trainingServicePlatform * simple weight sharing * update gitignore file * change tuner codedir to relative path * add python cache files to gitignore list * move extract scalar reward logic from dispatcher to tuner * update tuner code corresponding to last commit * update doc for receive_trial_result api change * add numpy to package whitelist of pylint * distinguish param value from return reward for tuner.extract_scalar_reward * update pylintrc * add comments to dispatcher.handle_report_metric_data * update install for mac support * fix root mode bug on Makefile * Quick fix bug: nnictl port value error (#245) * fix port bug * Dev exp stop more (#221) * Exp stop refactor (#161) * Update RemoteMachineMode.md (#63) * Remove unused classes for SQuAD QA exampl...
-
SparkSnail authored
support frameworkcontroller log
-
Lijiao authored
* [WebUI] Fix issue#458 about final result as dict * Fix comments * fix bug
-
fishyds authored
* Fix a race condidtion issue in trial_keeper for reading log from pipe
-
Lee authored
* fix some bugs in doc and log * The learning rate focus more on validation sets accuracy than training sets accuracy.
-