1. 11 Aug, 2020 1 commit
  2. 30 Jul, 2020 1 commit
  3. 01 Jul, 2020 1 commit
  4. 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
  5. 29 Jun, 2020 1 commit
  6. 23 Jun, 2020 1 commit
  7. 12 Jun, 2020 1 commit
  8. 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
  9. 06 May, 2020 1 commit
  10. 30 Mar, 2020 1 commit
  11. 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
  12. 09 Feb, 2020 1 commit
  13. 07 Feb, 2020 1 commit
  14. 04 Feb, 2020 1 commit
  15. 24 Dec, 2019 1 commit
  16. 23 Dec, 2019 2 commits
  17. 25 Nov, 2019 1 commit
  18. 06 Nov, 2019 1 commit
  19. 04 Nov, 2019 1 commit
  20. 31 Oct, 2019 1 commit
  21. 20 Sep, 2019 1 commit
  22. 16 Sep, 2019 1 commit
  23. 29 Aug, 2019 1 commit
  24. 26 Aug, 2019 1 commit
  25. 14 Aug, 2019 1 commit
  26. 12 Aug, 2019 2 commits
  27. 05 Aug, 2019 1 commit
  28. 02 Aug, 2019 1 commit
  29. 01 Aug, 2019 2 commits
    • SparkSnail's avatar
    • xuehui's avatar
      Update parallel tpe (#1373) · 375822bb
      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
      
      * fix parallel_tpe bug and refine
      
      * fix bug
      
      * fix kwargs bug
      
      * fix bug
      
      * update the default value of parallel_tpe
      
      * add docs for parallel-tpe
      
      * fix config_schema bug
      
      * update community doc
      
      * fix typo
      
      * update doc for parallel_tpe
      
      * fix bug in receive trial result
      
      * update by comments
      
      * update by comments
      
      * fix self.optimal_y is 0 when mean mode
      
      * update
      
      * update
      
      * update rst
      
      * fix typo | add docstring
      375822bb
  30. 25 Jul, 2019 1 commit
  31. 18 Jul, 2019 2 commits
  32. 01 Jul, 2019 1 commit
  33. 25 Jun, 2019 2 commits
    • Guoxin's avatar
      Add GP Tuner and related doc (#1191) · a5876489
      Guoxin authored
      * fix link err in docs
      
      * add spaces
      
      * re-organise links for detailed descriptions of the tuners and accessors; fix link err in HpoComparision.md
      
      * add in-page link by change .md to .html
      
      * delete #section from cross-file links to make links work in both readthedocs and github docs
      
      * gp_tuner init from fmfn's repo
      
      * fix params bug by adding float>int transition
      
      * add optimal choices; support randint&quniform type; add doc
      
      * refine doc and code
      
      * change mnist yml comments
      
      * typo fix
      
      * fix val err
      
      * fix minimize mode err
      
      * add config test and Hpo result
      
      * support quniform type; update doc; update test config
      
      * update doc
      
      * un-commit changed in yarn.lock
      
      * fix optimize mode bug
      
      * optimize mode
      
      * optimize mode
      
      * reset pylint, gitignore
      
      * revert .gitignore yarn.lock
      a5876489
    • Zejun Lin's avatar
      Implement enas-mode and oneshot-mode for NAS interface (#1201) · 2aa825b4
      Zejun Lin authored
      * update
      
      * dev-tf-master
      
      * fix bugs
      
      * fix bugs
      
      * remove unnecessary lines
      
      * dev oneshot and darts
      
      * dev nas
      
      * dev enas and oneshot
      
      * dev enas and oneshot
      
      * dev enas and oneshot
      
      * dev oneshot and enas
      
      * dev oneshot
      
      * add ut
      
      * add docstring
      
      * add docstring
      
      * fix
      
      * resolve comments by changing docstring
      
      * resolve comments
      2aa825b4
  34. 21 Jun, 2019 2 commits