1. 11 Dec, 2020 1 commit
  2. 21 Oct, 2020 1 commit
  3. 13 Aug, 2020 1 commit
  4. 24 Mar, 2020 1 commit
    • AHartNtkn's avatar
      Improve grammar, spelling, and wording within the English documentation. (#2223) · 86a27f41
      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: default avatarAHartNtkn <AHartNtkn@users.noreply.github.com>
      86a27f41
  5. 15 Jul, 2019 1 commit
    • xuehui's avatar
      Update all doc structure (#1285) · 39782f12
      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
      39782f12
  6. 19 Jun, 2019 1 commit
  7. 15 May, 2019 1 commit
  8. 03 Apr, 2019 1 commit
  9. 25 Feb, 2019 1 commit
  10. 18 Feb, 2019 1 commit
  11. 30 Jan, 2019 1 commit
    • Yan Ni's avatar
      fix warning for homepage build (#680) · 4539b4d3
      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
      4539b4d3
  12. 29 Jan, 2019 1 commit
  13. 11 Jan, 2019 2 commits
    • Chi Song's avatar
      Doc fix: formats and typo. (#582) · efa479b0
      Chi Song authored
      Fix document with formats and typos
      efa479b0
    • Lee's avatar
      Update Dockerfile and README (#589) · e209869c
      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
      e209869c
  14. 13 Dec, 2018 1 commit
    • Lee's avatar
      Dev networkmorphism (#413) · e31839cc
      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
      e31839cc