- 29 Jul, 2019 1 commit
-
-
liuzhe-lz authored
* Support stopping by port * Doc for stopping by port
-
- 26 Jul, 2019 1 commit
-
-
Zejun Lin authored
-
- 19 Jul, 2019 1 commit
-
-
chicm-ms authored
* upgrade version of nni dependencies
-
- 17 Jul, 2019 1 commit
-
-
chicm-ms authored
* Fix final metrics (#1289) * Fix final metrics with trial keeper
-
- 27 Jun, 2019 1 commit
-
-
Chi Song authored
-
- 26 Jun, 2019 3 commits
-
-
Guoxin authored
* fix link err in docs * add spaces * re-organise links for detailed descriptions of the tuners and accessors; fix link err in HpoComparision.md * add in-page link by change .md to .html * delete #section from cross-file links to make links work in both readthedocs and github docs * gp_tuner init from fmfn's repo * fix params bug by adding float>int transition * add optimal choices; support randint&quniform type; add doc * refine doc and code * change mnist yml comments * typo fix * fix val err * fix minimize mode err * add config test and Hpo result * support quniform type; update doc; update test config * update doc * un-commit changed in yarn.lock * fix optimize mode bug * optimize mode * optimize mode * reset pylint, gitignore * revert .gitignore yarn.lock * realise automatic line change in table cell by adding custom css to Sphinx * fix typo * delete toy * fix config test file ; update docs & readme * remove changes of another branch * remove changes of another branch
-
suiguoxin authored
-
suiguoxin authored
-
- 25 Jun, 2019 2 commits
-
-
Guoxin authored
* fix link err in docs * add spaces * re-organise links for detailed descriptions of the tuners and accessors; fix link err in HpoComparision.md * add in-page link by change .md to .html * delete #section from cross-file links to make links work in both readthedocs and github docs * gp_tuner init from fmfn's repo * fix params bug by adding float>int transition * add optimal choices; support randint&quniform type; add doc * refine doc and code * change mnist yml comments * typo fix * fix val err * fix minimize mode err * add config test and Hpo result * support quniform type; update doc; update test config * update doc * un-commit changed in yarn.lock * fix optimize mode bug * optimize mode * optimize mode * reset pylint, gitignore * revert .gitignore yarn.lock
-
chicm-ms authored
-
- 24 Jun, 2019 2 commits
- 23 Jun, 2019 1 commit
-
-
suiguoxin authored
-
- 19 Jun, 2019 1 commit
-
-
Hongarc authored
-
- 04 Jun, 2019 1 commit
-
-
demianzhang authored
-
- 03 Jun, 2019 2 commits
-
-
SparkSnail authored
-
SparkSnail authored
-
- 28 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 docs about nested search space * update docs * rename cascding to nested * fix broken link * update * update issue link * fix typo
-
- 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
-
-
SparkSnail authored
-
- 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
-
- 22 Apr, 2019 1 commit
-
-
demianzhang authored
-
- 19 Apr, 2019 1 commit
-
-
SparkSnail authored
Advisor and assessor could not be used simultaneously. Refactor config file error message. Support scientific notation, like 1e-2
-
- 17 Apr, 2019 1 commit
-
-
SparkSnail authored
-
- 16 Apr, 2019 1 commit
-
-
demianzhang authored
* Update naive_trial.py * Fix test BatchTuner
-
- 15 Apr, 2019 2 commits
-
-
Shufan Huang authored
add integration test for bohb, change search space's name to search_space_advisor
-
demianzhang authored
-
- 10 Apr, 2019 1 commit
-
-
Shufan Huang authored
create utils.py, put extract_scalar_reward to it and remove others
-
- 27 Mar, 2019 2 commits
-
-
demianzhang 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 * 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
-
- 25 Mar, 2019 1 commit
-
-
SparkSnail authored
-
- 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
-
- 16 Mar, 2019 1 commit
-
-
chicm-ms authored
* Add virtual cluster configuration for PAI IT
-
- 13 Mar, 2019 1 commit
-
-
chicm-ms authored
* Refactoring test pipelines, move local integrate test from PR pipeline into a sepearate pipeline which is scheduled daily.
-
- 12 Mar, 2019 1 commit
-
-
Zejun Lin authored
fix unittest err exit
-
- 11 Mar, 2019 1 commit
-
-
chicm-ms authored
* Install dependencies for PAI/k8s IT * updates
-
- 06 Mar, 2019 2 commits
-
-
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' * change multi_phast trial concurrency
-
Lee authored
* Fix tensorflow MNIST dataset download bug in multiple trials * Modify the maxTrialNum and trialConcurrency in config
-
- 05 Mar, 2019 1 commit
-
-
chicm-ms authored
1. Change timestamp to UTC time 2. Use configurable docker hub account to upload integration test docker image
-