1. 22 Jun, 2020 1 commit
  2. 25 Nov, 2019 1 commit
  3. 22 Apr, 2019 1 commit
  4. 19 Apr, 2019 1 commit
  5. 15 Mar, 2019 1 commit
    • SparkSnail's avatar
      Support version check of nni (#807) · d0b22fc7
      SparkSnail authored
      check nni version in trialkeeper, to make sure the version of trialkeeper is consistent with trainingService
      add a debug mode in config file
      d0b22fc7
  6. 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
  7. 26 Dec, 2018 1 commit
  8. 17 Dec, 2018 1 commit
  9. 05 Dec, 2018 1 commit
  10. 09 Nov, 2018 1 commit
  11. 05 Nov, 2018 1 commit
  12. 31 Oct, 2018 3 commits
  13. 26 Oct, 2018 1 commit
  14. 27 Sep, 2018 1 commit
    • 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
  15. 14 Sep, 2018 1 commit
  16. 23 Aug, 2018 1 commit
  17. 20 Aug, 2018 1 commit