1. 17 Apr, 2020 1 commit
  2. 08 Apr, 2020 1 commit
  3. 01 Apr, 2020 2 commits
  4. 25 Mar, 2020 1 commit
  5. 10 Mar, 2020 1 commit
  6. 10 Feb, 2020 1 commit
  7. 11 Dec, 2019 1 commit
  8. 05 Dec, 2019 1 commit
  9. 25 Nov, 2019 1 commit
  10. 04 Nov, 2019 1 commit
  11. 18 Oct, 2019 1 commit
  12. 09 Sep, 2019 1 commit
  13. 30 Aug, 2019 1 commit
  14. 14 Aug, 2019 1 commit
  15. 12 Aug, 2019 1 commit
  16. 02 Aug, 2019 1 commit
  17. 31 Jul, 2019 1 commit
  18. 19 Jun, 2019 1 commit
  19. 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
  20. 27 May, 2019 1 commit
    • demianzhang's avatar
      NNI on Windows for NNI Remote mode (#1073) · a1f92666
      demianzhang authored
      * test python
      
      * test python36
      
      * debug python
      
      * debug python
      
      * debug
      
      * python version
      
      * test python
      
      * debug
      
      * install nni
      
      * install nni
      
      * test powershell
      
      * debug python
      
      * test
      
      * test python
      
      * use python
      
      * test python
      
      * test python
      
      * test
      
      * update
      
      * test powershell
      
      * debug python
      
      * debug python
      
      * debug python
      
      * debug powershell
      
      * debug
      
      * debug
      
      * debug install.ps1
      
      * add continueOnError: true
      
      * debug
      
      * debug
      
      * update
      
      * update
      
      * add unittest
      
      * test node
      
      * update
      
      * update joi
      
      * debug joi
      
      * add joi
      
      * debug joi
      
      * Update install
      
      * update
      
      * update
      
      * add unittest
      
      * add convert command
      
      * add example
      
      * fix windows commands
      
      * debug
      
      * fix tensorflow version
      
      * fix pipeline
      
      * update
      
      * add gpu logic in windows
      
      * update
      
      * update
      
      * debug
      
      * fix commands
      
      * fix commands
      
      * update
      
      * update
      
      * Fix comments
      
      * update...
      a1f92666
  21. 13 May, 2019 1 commit
  22. 06 May, 2019 1 commit
  23. 29 Apr, 2019 1 commit
  24. 28 Apr, 2019 1 commit
  25. 22 Apr, 2019 3 commits
  26. 03 Apr, 2019 1 commit
  27. 05 Mar, 2019 2 commits
  28. 26 Feb, 2019 2 commits
  29. 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
  30. 19 Feb, 2019 1 commit
  31. 14 Feb, 2019 1 commit
  32. 11 Feb, 2019 1 commit
  33. 31 Jan, 2019 1 commit
  34. 29 Jan, 2019 1 commit
  35. 11 Jan, 2019 1 commit
    • Lee's avatar
      Update Dockerfile and README (#589) · e209869c
      Lee authored
      * fix some bugs in doc and log
      
      * The learning rate focus more on validation sets accuracy than training sets accuracy.
      
      * update Dockerfile and README
      
      * Update README.md
      
      Merge to branch v0.5
      e209869c