1. 27 Aug, 2020 1 commit
  2. 11 Aug, 2020 1 commit
  3. 29 Jul, 2020 1 commit
  4. 16 Jul, 2020 1 commit
  5. 08 Jul, 2020 4 commits
  6. 07 Jul, 2020 1 commit
  7. 01 Jul, 2020 1 commit
  8. 30 Jun, 2020 1 commit
    • Chi Song's avatar
      Reuse OpenPAI jobs to run multiple trials (#2521) · 0b9d6ce6
      Chi Song authored
      Designed new interface to support reusable training service, currently only applies to OpenPAI, and default disabled.
      
      Replace trial_keeper.py to trial_runner.py, trial_runner holds an environment, and receives commands from nni manager to run or stop an trial, and return events to nni manager.
      Add trial dispatcher, which inherits from original trianing service interface. It uses to share as many as possible code of all training service, and isolate with training services.
      Add EnvironmentService interface to manage environment, including start/stop an environment, refresh status of environments.
      Add command channel on both nni manager and trial runner parts, it supports different ways to pass messages between them. Current supported channels are file, web sockets. and supported commands from nni manager are start, kill trial, send new parameters; from runner are initialized(support some channel doesn't know which runner connected), trial end, stdout ((new type), including metric like before), version check (new type), gpu info (new type).
      Add storage service to wrapper a storage to standard file operations, like NFS, azure storage and so on.
      Partial support run multiple trials in parallel on runner side, but not supported by trial dispatcher side.
      Other minor changes,
      
      Add log_level to TS UT, so that UT can show debug level log.
      Expose platform to start info.
      Add RouterTrainingService to keep origianl OpenPAI training service, and support dynamic IOC binding.
      Add more GPU info for future usage, including GPU mem total/free/used, gpu type.
      Make some license information consistence.
      Fix async/await problems on Array.forEach, this method doesn't support async actually.
      Fix IT errors on download data, which causes by my #2484 .
      Accelerate some run loop pattern by reducing sleep seconds.
      0b9d6ce6
  9. 29 Jun, 2020 1 commit
    • Yuge Zhang's avatar
      Add docs for nniignore and improve docs of training service (#2561) · 25c4c3b5
      Yuge Zhang authored
      * Improve docs
      
      * All using # to start
      
      * uploaded -> excluded
      
      * Set versionCheck default to true
      
      * Add .nniignore example
      
      * Rename training service docs
      
      * Update training service docs
      
      * Fix step numbering
      
      * Resolve comments
      
      * Fix typo
      
      * Resolve comments
      
      * Fix broken link
      25c4c3b5
  10. 12 Jun, 2020 1 commit
  11. 19 May, 2020 2 commits
  12. 08 May, 2020 1 commit
  13. 06 May, 2020 1 commit
  14. 02 Mar, 2020 1 commit
    • George Cheng's avatar
      DLTS integration (#1945) · 134368fa
      George Cheng authored
      
      
      * skeleton of dlts training service (#1844)
      
      * Hello, DLTS!
      
      * Revert version
      
      * Remove fs-extra
      
      * Add some default cluster config
      
      * schema
      
      * fix
      
      * Optional cluster (default to `.default`)
      
      Depends on DLWorkspace#837
      
      * fix
      
      * fix
      
      * optimize gpu type
      
      * No more copy
      
      * Format
      
      * Code clean up
      
      * Issue fix
      
      * Add optional fields in config
      
      * Issue fix
      
      * Lint
      
      * Lint
      
      * Validate email, password and team
      
      * Doc
      
      * Doc fix
      
      * Set TMPDIR
      
      * Use metadata instead of gpu_capacity
      
      * Cancel paused DLTS job
      
      * workaround lint rules
      
      * pylint
      
      * doc
      Co-authored-by: default avatarQuanluZhang <z.quanluzhang@gmail.com>
      134368fa
  15. 09 Feb, 2020 1 commit
  16. 08 Feb, 2020 1 commit
  17. 07 Feb, 2020 2 commits
  18. 23 Jan, 2020 1 commit
  19. 19 Jan, 2020 1 commit
  20. 09 Jan, 2020 1 commit
  21. 23 Dec, 2019 1 commit
  22. 16 Dec, 2019 1 commit
  23. 02 Dec, 2019 1 commit
  24. 22 Nov, 2019 1 commit
  25. 06 Nov, 2019 1 commit
  26. 26 Aug, 2019 1 commit
  27. 21 Aug, 2019 1 commit
  28. 14 Aug, 2019 1 commit
  29. 12 Aug, 2019 2 commits
  30. 01 Aug, 2019 1 commit
  31. 30 Jul, 2019 1 commit
  32. 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