1. 13 Aug, 2020 1 commit
  2. 12 Aug, 2020 1 commit
  3. 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
  4. 23 Jun, 2020 1 commit
  5. 22 Jun, 2020 1 commit
  6. 11 Dec, 2019 1 commit
  7. 05 Dec, 2019 1 commit
  8. 25 Nov, 2019 1 commit
  9. 18 Oct, 2019 1 commit
  10. 31 Jul, 2019 1 commit
  11. 05 Jun, 2019 1 commit
    • SparkSnail's avatar
      Add sklearn installation in setup.py (#1157) · ce2d8d9c
      SparkSnail authored
      * fix remote bug
      
      * add document
      
      * add document
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix remote issue
      
      * fix forEach
      
      * update doc according to comments
      
      * update
      
      * update
      
      * update
      
      * remove 'any more'
      
      * add sklearn in setup.py
      
      * remove sklearn in doc for MetisTuner
      ce2d8d9c
  12. 22 Apr, 2019 1 commit
  13. 19 Apr, 2019 1 commit
  14. 10 Apr, 2019 1 commit
  15. 09 Apr, 2019 1 commit
    • Yan Ni's avatar
      export trial status to csv (#905) · 3beaa3fd
      Yan Ni authored
      * export to csv core code done
      
      * add nnictl trail export
      
      * fix bug
      
      * add dependency for pandas
      
      * remove pandas from dependency
      
      * add multi phase support
      
      * add document
      3beaa3fd
  16. 18 Mar, 2019 1 commit
  17. 12 Mar, 2019 1 commit
    • SparkSnail's avatar
      Update makefile (#831) · 8f71e99f
      SparkSnail authored
      In current version of makefile, if user use make dev-install, they will install two packages "nni-sdk" and "nnictl" in their environment.
      Now merge the two package to be one package "nni".
      8f71e99f
  18. 25 Feb, 2019 1 commit
    • SparkSnail's avatar
      Support webhdfs path in python hdfs client (#722) · 8c4c0ef2
      SparkSnail authored
      trial_keeper use 50070 port to connect to webhdfs server, and PAI use a mapping method to map 50070 port to 5070 port to visit restful server, this method has some risk for PAI may not support this kind of mapping in later release.Now use Pylon path(/webhdfs/api/v1) instead of 50070 port in webhdfs client of trial_keeper, the path is transmitted in trainingService.
      In this pr, we have these changes:
      
      1. Change to use webhdfs path instead of 50070 port in hdfs client.
      2. Change to use new hdfs package "PythonWebHDFS", which is build to support pylon by myself. You could test the new function from "sparksnail/nni:dev-pai" image to test pai trainingService.
      3. Update some variables' name according to comments.
      8c4c0ef2
  19. 14 Feb, 2019 1 commit
  20. 26 Dec, 2018 1 commit
  21. 17 Dec, 2018 1 commit
  22. 05 Dec, 2018 1 commit
  23. 09 Nov, 2018 1 commit
  24. 07 Nov, 2018 1 commit
    • chicm-ms's avatar
      Merge v0.3 into master (#337) · 370feb7f
      chicm-ms authored
      * Fix pypi package missing python module
      
      * Fix pypi package missing python module
      
      * fix bug in smartparam example (#322)
      
      * Fix nnictl update trialnum and document (#326)
      
      1.Fix restful server of update
      2.Update nnictl document of update
      3.Add tensorboard in docement
      
      * Update the version numbers from 0.3.2 to 0.3.3
      370feb7f
  25. 05 Nov, 2018 1 commit
  26. 02 Nov, 2018 1 commit
  27. 31 Oct, 2018 2 commits
  28. 26 Oct, 2018 1 commit
  29. 29 Sep, 2018 2 commits
  30. 27 Sep, 2018 2 commits
    • Zejun Lin's avatar
      Update setup.py Makefile and documents (#130) · 9cc9c68a
      Zejun Lin authored
      * update makefile and setup.py
      
      * update makefile and setup.py
      
      * update document
      
      * update document
      
      * Update Makefile no travis
      
      *  update doc
      
      *  update doc
      9cc9c68a
    • fishyds's avatar
      PAI Training Service implementation (#128) · d3506e34
      fishyds authored
      * PAI Training service implementation
      **1. Implement PAITrainingService
      **2. Add trial-keeper python module, and modify setup.py to install the module
      **3. Add PAItrainingService rest server to collect metrics from PAI container.
      d3506e34
  31. 26 Sep, 2018 1 commit
  32. 25 Sep, 2018 1 commit
  33. 14 Sep, 2018 1 commit
  34. 13 Sep, 2018 1 commit
    • QuanluZhang's avatar
      update doc (#52) · a8158456
      QuanluZhang authored
      * update doc
      
      * update doc
      
      * update doc
      
      * update hyperopt installation
      
      * update doc
      
      * update doc
      
      * update description in setup.py
      
      * update setup.py
      
      * modify encoding
      
      * encoding
      
      * add encoding
      
      * remove pymc3
      
      * update doc
      a8158456
  35. 10 Sep, 2018 1 commit
  36. 08 Sep, 2018 1 commit
  37. 07 Sep, 2018 1 commit