1. 10 May, 2020 1 commit
    • Chi Song's avatar
      Remove multiphase from WebUI (#2396) · 7e35d32e
      Chi Song authored
      As requirement of #2390 , removed multiphase from WebUI, document, and put all trials flatten on WebUI.
      
      1. The major change is to split trial-jobs to trials in webui, and use parameter id as part of trial id.
      2. If multiphase is enabled, the limitation of trial controls job count only, not trials actually.
      3. When multiphase enabled, the trial status may not be right. Previous trials in a job will be marked as success, only last trial presents the job's status.
      4. multiphase related documents and UX are removed.
      
      minor changes,
      1. Update dev document for webui development.
      7e35d32e
  2. 30 Apr, 2020 1 commit
    • Chi Song's avatar
      Refactor: remote machine isolate OS commands phase 1 (#2376) · cf6a1de6
      Chi Song authored
      To support Windows node in remote mode, this PR adds a layer of commands (osCommands) to deal difference between Windows and Unix-like OS. To share code, ShellExecutor is added to enrich original SshClient class.
      
      I will implement windows version commands in next phase.
      
      This pattern can be expanded to Local or other platform in future, so I moved related code to common folder for sharing.
      cf6a1de6
  3. 26 Apr, 2020 1 commit
    • Chi Song's avatar
      fix #1578 and some improvements (#2370) · 1c6f1efa
      Chi Song authored
      Add shell support for ssh connection, so that remote script can be started with user environment.
      
      Minor fixes,
      
      1. Fix gpu_metrics_collector to support pyenv. As pyenv will create one more process, so that original pgrep code always got extra processes, and cannot start gpu_metrics_collector.
      2. Fix NASUI failure on dev-install-node-modules, to create subfolder every time.
      3. Fix MakeFile to reduce mis-created links, and other minor issues.
      4. Add node --watch for nni_manager for better dev experience.
      1c6f1efa
  4. 16 Apr, 2020 1 commit
  5. 07 Apr, 2020 1 commit
  6. 06 Apr, 2020 1 commit
  7. 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
  8. 19 Feb, 2020 1 commit
  9. 10 Feb, 2020 1 commit
  10. 09 Feb, 2020 1 commit
  11. 07 Feb, 2020 1 commit
  12. 23 Jan, 2020 2 commits
  13. 19 Jan, 2020 1 commit
  14. 17 Jan, 2020 1 commit
  15. 08 Jan, 2020 1 commit
  16. 16 Dec, 2019 1 commit
  17. 13 Dec, 2019 1 commit
  18. 12 Dec, 2019 1 commit
    • Yan Ni's avatar
      Fix doc build warning (#1799) · 659480f2
      Yan Ni authored
      * fix doc build warnings
      
      * update docstring guide
      
      * fix doc build warning #2
      
      * remove typing.Dict
      
      * update
      
      * fix dead link
      
      * remove deprecated docs
      
      * fix missing link warning
      
      * fix link issue after merge
      
      * fix docstring indentation warning
      
      * remove trial.py
      
      * revert commit for deadlink of outdated docs
      
      * fix pylint error
      659480f2
  19. 10 Dec, 2019 1 commit
  20. 02 Dec, 2019 1 commit
  21. 26 Nov, 2019 2 commits
  22. 22 Nov, 2019 1 commit
  23. 13 Nov, 2019 1 commit
  24. 04 Nov, 2019 1 commit
  25. 31 Oct, 2019 1 commit
  26. 26 Sep, 2019 1 commit
  27. 20 Sep, 2019 1 commit
  28. 18 Sep, 2019 1 commit
  29. 09 Sep, 2019 1 commit
  30. 29 Aug, 2019 1 commit
  31. 21 Aug, 2019 1 commit
  32. 14 Aug, 2019 1 commit
  33. 12 Aug, 2019 3 commits
  34. 05 Aug, 2019 3 commits