- 13 Aug, 2020 1 commit
-
-
Junwei Sun authored
-
- 24 Mar, 2020 1 commit
-
-
AHartNtkn authored
* Fix broken english in Overview Fix a lot of akward or misleading phrasing. Fix a few spelling errors. Fixed past tence vs presen tense (can vs. could, supports vs supported) * Sentences shouldn't typically begin with "and", in installation.rst * Fixed a bit of bad grammar and awkward phrasing in Linux installation instructions. * Additional, single correction in linux instructions. * Fix a lot of bad grammar and phrasing in windows installation instructions * Fix a variety of grammar and spelling problems in docker instructions Lots of akward phrasing. Lots of tense issues (could vs can) Lots of spelling errors (especcially "offical") Lots of missing articles Docker is a proper noun and should be capitalized * Missing article in windows install instructions. * Change some "refer to this"s to "see here"s. * Fix a lot of bad grammar and confusing wording in Quick Start tab "something" should be the "something" tab. Tense issues (e.g., Modified vs. Modify). * Fix some akward phrasing in hyperparameter tuning directory. * Clean up grammar and phrasing in trial setup. * Fix broken english in tuner directory. * Correct a bunch of bad wording throughout the Hyperparameter Tuning overview Lots of missing articles. Swapped out "Example usage" for "Example config", because that's what it is. Usage isn't examplified at all. I have no idea what the note at the end of the TPE section is trying to say, so I left it untouched, but it should be changed to something that make sense. * Fixing, as best I canm weird wording in TPE, Random Search, Anneal Tuners Fixed many incomplete sentences and bad wording. The first sentence in the Parallel TPE optimization section doesn't make sense to me, but I left it in case it's supposed to be that way. That sentence was copied from the blog post. * Improve wording in naive evolution description. * Minor changes to SMAC page wording. * Improve some wording, but mostly formatting, on Metis Tuner page. * Minor grammatical fix in Matis page. * Minor edits to Batch tuner description. * Minor fixes to gridsearch description. * Better wording for GPTuner description. * Fix a lot of wording in the Network Morphism description. * Improve wording in hyperbanding description. * Fix a lot of confusing wording, spelling, and gramatical errors in BOHB description. * Fix a lot of confusing and some redundant wording in the PPOTunder description. * Improve wording in Builtin Assesors overview. * Fix some wording in Assessor overview. * Improved some wording in Median Assessor's description. * Improve wording and grammar on curve fitting assessor description. * Improved some grammar and wording the the WebUI tutorial page. * Improved wording and gammar in NAS overview. Also deletes one redundant copy of a note that was stated twice. * Improved grammar and wording in NAS quickstart. * Improve much of the wording and grammar in the NAS guide. * Replace "Requirement of classArg" with "classArgs requirements:" in two files tuner and builtin assessor.One instance in HyperoptTuner.md and BuiltinAssessor.md. Co-authored-by:AHartNtkn <AHartNtkn@users.noreply.github.com>
-
- 15 Jul, 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 * first commit for update doc structure * mv the localmode and remotemode to traningservice * update
-
- 19 Jun, 2019 1 commit
-
-
Hongarc authored
-
- 15 May, 2019 1 commit
-
-
Shufan Huang authored
* update docs
-
- 03 Apr, 2019 1 commit
-
-
Lee authored
* udpate structure * Fix parameter size calculation error * add how to save and load model * Update networkmorphismTuner.md
-
- 25 Feb, 2019 1 commit
-
-
Yan Ni authored
* move tuners readme under docs * fix deadlink in builtin * fix reference warning * remove smac dependency
-
- 18 Feb, 2019 1 commit
-
-
Chi Song authored
-
- 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 1 commit
-
-
Chi Song authored
fix indents of doc, change nni to NNI yaml to yml(file) and YAML(doc)
-
- 11 Jan, 2019 2 commits
- 13 Dec, 2018 1 commit
-
-
Lee authored
* Quick fix nnictl config logic (#289) * fix nnictl bug * fix install.sh * add desc for Dockerfile.build.base * update document for Dockerfile * update * refactor port detect * update * refactor NNICTLDOC.md * add document for pai and nnictl * add default value for port * add exception handling in trial_keeper.py * fix port bug * fix resume * fix nnictl resume and fix nnictl stop * fix document * update * refactor nnictl * update * update doc * update * update nnictl * fix comment * revert dockerfile * update * update * update * fix nnictl error hit * fix comments * fix bash-completion * fix paramiko install * quick fix resume logic * update * quick fix nnictl * PR merge to 0.3 (#297) * refactor doc * update with Mao's suggestions * Set theme jekyll-theme-dinky * update doc * fix links * fix links * fix links * merge * fix links and doc errors * merge * merge * merge * merge * Update README.md (#288) added License badge * merge * updated the "Contribute" part (merged Gems' wiki in, updated ReadMe) * fix link * fix doc mistakes and broken links. (#271) * refactor doc * update with Mao's suggestions * Set theme jekyll-theme-dinky * updated the "Contribute" part (merged Gems' wiki in, updated ReadMe) * fix link * Update README.md * Fix misspelling in examples/trials/ga_squad/README.md * revise the installation cmd to v0.2 * revise to install v0.2 * remove enas readme (#292) * Fix datastore performance issue (#301) * Fix nnictl in v0.3 (#299) Fix old version of config file fix sklearn requirements Fix resume log logic * add basic tuner and trial for network morphism * Complete basic receive_trial_result() and generate_parameters(). Use onnx as the intermediate representation ( But it cannot convert to pytorch model ) * add tensorflow cifar10 for network morphism * add unit test for tuner and its function * use temporary torch_model * fix request bug and program can communicate nni * add basic pickle support for graph and train successful in pytorch * Update unittest for networkmorphism_tuner * Network Morphism add multi-gpu trial training support * Format code with black tool * change intermediate representation from pickle file to json we defined * successfully pass the unittest for test_graph_json_transform * add README for network morphism and it works fine in both Pytorch and Keras. * separate the original Readme.md in network-morphism into two parts (tuner and trial) * change the openpai image path * beautify the file structure of network_morphism and add a fashion_mnist keras example * pretty the source and add some docstring for funtion in order to pass the pylint. * remove unused module import and add some docstring * add some details for the application scenario Network Morphism Tuner * follow the advice and modify the doc file * add the config file for each task in the examples trial of network morphism * change default python interpreter from python to python3
-