1. 05 Jun, 2020 1 commit
    • Chi Song's avatar
      remove optimize_mode from curve fitting (#2471) · e75a9f5a
      Chi Song authored
      others
      
      1. fix failed curve fitting UTs, due to code changes.
      1. move all SDK UTs to tests folder, so that they can be run in default tests.
      1. fix some deprecated ut assert function calls.
      e75a9f5a
  2. 28 May, 2020 1 commit
  3. 25 May, 2020 4 commits
  4. 19 May, 2020 8 commits
  5. 18 May, 2020 6 commits
  6. 15 May, 2020 1 commit
  7. 14 May, 2020 1 commit
  8. 12 May, 2020 1 commit
  9. 11 May, 2020 3 commits
  10. 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
  11. 08 May, 2020 1 commit
  12. 07 May, 2020 1 commit
  13. 06 May, 2020 2 commits
  14. 30 Apr, 2020 3 commits
  15. 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
  16. 24 Apr, 2020 2 commits
  17. 20 Apr, 2020 2 commits
  18. 09 Apr, 2020 1 commit