- 27 May, 2019 1 commit
-
-
demianzhang authored
* test python * test python36 * debug python * debug python * debug * python version * test python * debug * install nni * install nni * test powershell * debug python * test * test python * use python * test python * test python * test * update * test powershell * debug python * debug python * debug python * debug powershell * debug * debug * debug install.ps1 * add continueOnError: true * debug * debug * update * update * add unittest * test node * update * update joi * debug joi * add joi * debug joi * Update install * update * update * add unittest * add convert command * add example * fix windows commands * debug * fix tensorflow version * fix pipeline * update * add gpu logic in windows * update * update * debug * fix commands * fix commands * update * update * Fix comments * update * fix kill command * fix package.json * Update package.json * Refactor runScript * Fix bug * Fix comments * Fix execKill * Update * Update * Add unittest back * Rollback install node * Fix gpu memory * Update * Rollback check process * Update mnist-hyperband.test.yml * Update pipelines-it-local-windows.yml * Update uninstall.ps1 * Fix virtual environment * Fix tar * Fix isAlive * change gpu index logic * test gpu index * fix pipeline * add cifar10 * fix cifar10 * remove gpu in cifar10 * test mnist gpu * update * debug * Fix comments * debug * Update install.ps1 * debug * update gpu metrics shell * debug * debug * debug * debug * debug * debug sigbreak * Preinstall node-pre-gyp * Update Installation.md * Update Installation.md * Remove install node-pre-gyp * use taskkill to stop node process * use ctl+c event to stop process * add sigtrem signal in stop logic * add ctl+break command * Update isAlive * debug sigterm * Update pypi readme * Update * fix stop logic * fix pipeline, add cifar10 * revert mnist, remove gpu * Fix virtualenv * Fix comments * Update * Update * Fix install * Update install.ps1 * Update install.ps1 * Fix comments * Fix virtualenv install * Update * Update * Fix comments * Update * Update install.ps1 * Update * Update localTrainingService.ts * Update * Update * Update * Update * Update * Update util.ts * Update utils.ts * Fix system slash * Update tmp dir * Fix system slash * Use python3 in remote * Write tar command to file * Update tar * Update * Update * Fix stop * Update StopSignal type * Add removeTrialJobMetricListener * remove Listeners * Update listener * Update * Use Temp dir * Use Temp dir * Add remote windows pipeline * Update pipelines-it-remote-windows.yml * Update * remote build wheel * Update pipelines-it-remote-windows.yml * debug * debug * Use docker source install * Update * Update * Rollback remote build wheel * Use self node and yarn * Fix docker source install * Rollback Makefile * Upgrade docker pip * Update * Update * Remote build wheel * Use inline runOptions * Hide wget output * Add continueOnError * Update * Update * Update * Upgrade pip * Add chmod * Update * debug * Update * Use pscp * Update * Download putty * Update * Update * Update * Update * Update * Update * Update * Update * Update * debug * exclude metis * Refactor pathJoin * Update * debug metis * debug metis * Update * Update dependency * Fix comments * Update * Fix tslint * Fix comments * Fix comments * add doc * Fix comments * Update * Update doc
-
- 23 May, 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 * update default value of metis tuner * fix broken link in CommunitySharings * update rst
-
- 20 May, 2019 1 commit
-
-
QuanluZhang authored
* update doc
-
- 16 May, 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 * add NASComparison for ResearchBlog * Fix format of table * update doc and add index to toctree * Update NASComparison.md Slightly change. * Update NASComparison.md Add http links in toctree * Move ResearchBlog to bottom move ResearchBlog to bottom * Follow the review comments * change the file structure * add utils * slight change * Remove unrelated files * add doc in SearchSpaceSpec.md and add config test for nested search space * add unittest * add unittest for hyperopt_tuner * update as comment * Update SearchSpaceSepc doc * Delete unnecessary space change and correct a mistake
-
- 15 May, 2019 1 commit
-
-
Shufan Huang authored
* update docs
-
- 14 May, 2019 1 commit
-
-
Chi Song authored
* fix some format * add Miniconda and fix typo * update indents
-
- 09 May, 2019 1 commit
-
-
Lee authored
Comparison of Hyperparameter Optimization
-
- 07 May, 2019 1 commit
-
-
demianzhang authored
* Update QuickStart.md * Update FAQ.md * Update FAQ.md * Fix comments * Update QuickStart.md * Update WindowsLocalMode.md * Update WindowsLocalMode.md * Update
-
- 06 May, 2019 1 commit
-
-
Chi Song authored
-
- 29 Apr, 2019 2 commits
- 28 Apr, 2019 2 commits
-
-
Shufan Huang authored
-
demianzhang authored
Update Windows local mode doc
-
- 22 Apr, 2019 2 commits
-
-
Shufan Huang authored
fix bug in import data function
-
demianzhang authored
-
- 19 Apr, 2019 4 commits
-
-
Lee authored
* Revert to orginal `nnictl log trial` and `nnictl trial kill` * Change print() to print_normal()
-
Shufan Huang authored
Handling import data in Tuner/Advisor
-
Chi Song authored
* fix doc format for translated content. * update format and fix typo * remove useless file
-
QuanluZhang authored
update multi-phase doc
-
- 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 2 commits
-
-
Chi Song authored
The indent is changed after add color at title of each list, get whole content aligned with this change.
-
Shufan Huang authored
add BOHB Advisor
-
- 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
-
- 08 Apr, 2019 3 commits
-
-
Shufan Huang authored
* update doc * update example
-
Shufan Huang authored
* update hyperband * change STEP to TRIAL_BUDGET * modify the function of n r * fix typo
-
Shufan Huang authored
-
- 07 Apr, 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 * add NASComparison for ResearchBlog * Fix format of table * update doc and add index to toctree * Update NASComparison.md Slightly change. * Update NASComparison.md Add http links in toctree * Move ResearchBlog to bottom move ResearchBlog to bottom * Follow the review comments * rename the folder name to Blog * Add Author * Update index.rst * Update index.rst
-
- 03 Apr, 2019 2 commits
- 02 Apr, 2019 1 commit
-
-
SparkSnail authored
-
- 01 Apr, 2019 3 commits
-
-
Lijiao authored
-
Zejun Lin authored
* Add output_dir in trial's doc
-
Shufan Huang authored
* Fix bug: incorrect number of trial jobs in hyperband
-
- 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
-
Shufan Huang authored
fix typo
-
- 26 Mar, 2019 2 commits
-
-
Chi Song 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 * 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
* 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' * init * add overview * add picture * add trialkeeper.jpb * first version * update * add reference in Reference.rst * update doc according to comments * update doc according to comments * fix comments
-