1. 29 Jun, 2020 5 commits
    • QuanluZhang's avatar
      3d57dd73
    • Tab Zhang's avatar
      format tuner and accessor README (#2588) · 813e4115
      Tab Zhang authored
      813e4115
    • Tab Zhang's avatar
      ab640634
    • Tab Zhang's avatar
      format nnictl tutorial (#2599) · 5a805e36
      Tab Zhang authored
      5a805e36
    • Yuge Zhang's avatar
      NAS Benchmark (#2578) · b91aba39
      Yuge Zhang authored
      * Adding NAS Benchmark (201)
      
      * Add missing endline
      
      * Update script
      
      * Draft for NAS-Bench-101
      
      * Update NAS-Bench-101
      
      * Update constants
      
      * Add API
      
      * Update API
      
      * Fix typo
      
      * Draft for NDS
      
      * Fix issues in storing loss
      
      * Fix cell_spec problem
      
      * Finalize NDS
      
      * Update time consumption
      
      * Add nds query function
      
      * Update documentation for NAS-Bench-101
      
      * Reformat generators
      
      * Add NAS-Bench-201 docs
      
      * Unite constant names
      
      * Update docstring
      
      * Update docstring
      
      * Update rst
      
      * Update scripts
      
      * Add git as dependency
      
      * Apt update
      
      * Update installation scripts
      
      * Fix dependency for pipeline
      
      * Fix NDS script
      
      * Fix NAS-Bench-201 installation
      
      * Add example notebook
      
      * Correct latency dimension
      
      * shortcuts -> query
      
      * Change run -> trial, ComputedStats -> TrialStats
      
      * ipynb needs re-generation
      
      * Fix NAS rst
      
      * Fix documentation and pylint
      
      * Fix pylint
      
      * Add pandoc as dependency
      
      * Update pandoc dependency
      
      * Fix documentation broken link
      b91aba39
  2. 27 Jun, 2020 1 commit
  3. 24 Jun, 2020 1 commit
  4. 23 Jun, 2020 1 commit
  5. 19 Jun, 2020 1 commit
  6. 17 Jun, 2020 1 commit
  7. 16 Jun, 2020 1 commit
  8. 12 Jun, 2020 4 commits
  9. 10 Jun, 2020 1 commit
  10. 05 Jun, 2020 2 commits
  11. 28 May, 2020 1 commit
  12. 26 May, 2020 1 commit
  13. 19 May, 2020 2 commits
  14. 18 May, 2020 2 commits
  15. 15 May, 2020 1 commit
  16. 11 May, 2020 1 commit
  17. 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
  18. 08 May, 2020 2 commits
  19. 06 May, 2020 1 commit
  20. 30 Apr, 2020 2 commits
    • Yuge Zhang's avatar
      enable viewcode in readthedocs (#2348) · 4f88be1f
      Yuge Zhang authored
      4f88be1f
    • 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
  21. 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
  22. 19 Apr, 2020 3 commits
  23. 16 Apr, 2020 1 commit
  24. 09 Apr, 2020 1 commit
  25. 07 Apr, 2020 1 commit
  26. 06 Apr, 2020 1 commit