"examples/diffusion/vscode:/vscode.git/clone" did not exist on "15e553b15aa42775ad3058fb8fa81275c6f9ee1d"
- 09 Sep, 2019 2 commits
-
-
Yuge Zhang authored
* Add example for EfficientNet and upgrade PyTorch in Dockerfile
-
Guoxin authored
* add mnist pytorch example * refine comments * change links in readme for mnist example * add config test for pytorch mnist example * delete duplicated result
-
- 04 Sep, 2019 1 commit
-
-
Guoxin authored
* add mnist pytorch example, change links in readme for mnist example
-
- 05 Aug, 2019 2 commits
- 01 Aug, 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 * update evaluate parameters from GMM * refine code * fix optimized mode bug * update import warning * update warning * update optimized mode * add auto-feature-engineering
-
- 30 Jul, 2019 1 commit
-
-
SparkSnail authored
-
- 10 Jul, 2019 1 commit
-
-
chicm-ms authored
-
- 27 Jun, 2019 1 commit
-
-
Chi Song authored
-
- 25 Jun, 2019 3 commits
-
-
suiguoxin authored
-
suiguoxin authored
-
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
-
- 23 Jun, 2019 3 commits
- 21 Jun, 2019 4 commits
- 19 Jun, 2019 1 commit
-
-
Hongarc authored
-
- 12 Jun, 2019 1 commit
-
-
Chi Song authored
-
- 03 Jun, 2019 4 commits
-
-
QuanluZhang 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) * nas example * fix bugs * remove * update * debug * fix bug * remove previous mnist.py * rename * code gen for specific trial * fix conflict * remove print * add print warning * update doc * update doc * update doc * remove comment * update doc * remove unnecessary global
-
QuanluZhang authored
update searchspace_generator, add example, update NAS example
-
Chi Song authored
-
Mohit Anand authored
-
- 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
-
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 * update randint to quniform * update metis * update doc about chosen value * update util * update smac/bohb/hyperband * update * optimize the code
-
SparkSnail 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 * 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
-
- 20 May, 2019 1 commit
-
-
demianzhang 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
-
- 07 May, 2019 1 commit
-
-
Lee authored
* Update requirements.txt
-
- 28 Apr, 2019 2 commits
-
-
Shufan Huang authored
-
demianzhang authored
Update Windows local mode doc
-
- 22 Apr, 2019 1 commit
-
-
demianzhang authored
-
- 12 Apr, 2019 1 commit
-
-
Shufan Huang authored
add BOHB Advisor
-
- 08 Apr, 2019 1 commit
-
-
Shufan Huang authored
* update hyperband * change STEP to TRIAL_BUDGET * modify the function of n r * fix typo
-
- 03 Apr, 2019 2 commits
- 26 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 * add metis as config choice
-