1. 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
  2. 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
  3. 14 Feb, 2019 1 commit
  4. 26 Dec, 2018 1 commit
  5. 17 Dec, 2018 1 commit
  6. 05 Dec, 2018 1 commit
  7. 09 Nov, 2018 1 commit
  8. 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
  9. 05 Nov, 2018 1 commit
  10. 02 Nov, 2018 1 commit
  11. 31 Oct, 2018 2 commits
  12. 26 Oct, 2018 1 commit
  13. 29 Sep, 2018 2 commits
  14. 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
  15. 26 Sep, 2018 1 commit
  16. 25 Sep, 2018 1 commit
  17. 14 Sep, 2018 1 commit
  18. 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
  19. 10 Sep, 2018 1 commit
  20. 08 Sep, 2018 1 commit
  21. 07 Sep, 2018 3 commits