1. 31 Oct, 2018 5 commits
  2. 23 Oct, 2018 1 commit
  3. 16 Oct, 2018 1 commit
  4. 15 Oct, 2018 2 commits
  5. 11 Oct, 2018 1 commit
    • goooxu's avatar
      Support multiple experiments (#194) · 0da67d7b
      goooxu authored
      * fix nnictl bug
      
      * fix nnictl create bug
      
      * add experiment status logic
      
      * add more information for nnictl
      
      * fix Evolution Tuner bug
      
      * refactor code
      
      * fix code in updater.py
      
      * fix nnictl --help
      
      * fix classArgs bug
      
      * update check response.status_code logic
      
      * show trial log path
      
      * update document
      
      * fix install.sh
      
      * set default vallue for maxTrialNum and maxExecDuration
      
      * fix nnictl
      
      * fix config path hint
      
      * support multiPhase
      
      * fix bash-completion
      
      * refactor bash-completion
      
      * add sklearn-regression
      
      * add search_space
      
      * fix bug
      
      * fix install.sh
      
      * refactor code
      
      * remove unused code
      
      * support multi experiments
      
      * fix issues
      
      * Support multiple experiments of nnictl (#183)
      
      * fix nnictl bug
      
      * fix nnictl create bug
      
      * add experiment status logic
      
      * add more information for nnictl
      
      * fix Evolution Tuner bug
      
      * refactor code
      
      * fix code in updater.py
      
      * fix nnictl --help
      
      * fix classArgs bug
      
      * update check response.status_code logic
      
      * show trial log path
      
      * update document
      
      * fix install.sh
      
      * set default vallue for maxTrialNum and maxExecDuration
      
      * fix nnictl
      
      * fix config path hint
      
      * support multiPhase
      
      * fix bash-completion
      
      * refactor bash-completion
      
      * add sklearn-regression
      
      * add search_space
      
      * fix bug
      
      * fix install.sh
      
      * refactor code
      
      * remove unused code
      
      * support multi experiments
      
      * fix issues
      
      * Let nni manager web server handle static content
      
      * set nnictl stop require the port
      
      * Support multiple experiments of nnictl (#183)
      
      * fix nnictl bug
      
      * fix nnictl create bug
      
      * add experiment status logic
      
      * add more information for nnictl
      
      * fix Evolution Tuner bug
      
      * refactor code
      
      * fix code in updater.py
      
      * fix nnictl --help
      
      * fix classArgs bug
      
      * update check response.status_code logic
      
      * show trial log path
      
      * update document
      
      * fix install.sh
      
      * set default vallue for maxTrialNum and maxExecDuration
      
      * fix nnictl
      
      * fix config path hint
      
      * support multiPhase
      
      * fix bash-completion
      
      * refactor bash-completion
      
      * add sklearn-regression
      
      * add search_space
      
      * fix bug
      
      * fix install.sh
      
      * refactor code
      
      * remove unused code
      
      * support multi experiments
      
      * fix issues
      
      * Let nni manager web server handle static content
      
      * Dev multiple experiments (#189)
      
      * fix nnictl bug
      
      * fix nnictl create bug
      
      * add experiment status logic
      
      * add more information for nnictl
      
      * fix Evolution Tuner bug
      
      * refactor code
      
      * fix code in updater.py
      
      * fix nnictl --help
      
      * fix classArgs bug
      
      * update check response.status_code logic
      
      * show trial log path
      
      * update document
      
      * fix install.sh
      
      * set default vallue for maxTrialNum and maxExecDuration
      
      * fix nnictl
      
      * fix config path hint
      
      * support multiPhase
      
      * fix bash-completion
      
      * refactor bash-completion
      
      * add sklearn-regression
      
      * add search_space
      
      * fix bug
      
      * fix install.sh
      
      * refactor code
      
      * remove unused code
      
      * support multi experiments
      
      * fix issues
      
      * set nnictl stop require the port
      
      * Update documents for supporting multiple experiments
      
      * create a constant variable for 51188
      
      * Fixed issue that WebUI can not refresh page
      
      * Upgrade Node.js and Yarn to latest version
      0da67d7b
  6. 09 Oct, 2018 2 commits
  7. 06 Oct, 2018 1 commit
    • QuanluZhang's avatar
      Update doc image (#163) · b84c50cb
      QuanluZhang authored
      * update doc
      
      * trivial
      
      * trivial
      
      * trivial
      
      * trivial
      
      * trivial
      
      * trivial
      
      * update image
      
      * update image size
      b84c50cb
  8. 29 Sep, 2018 3 commits
    • fishyds's avatar
      Merge branch V0.2 to Master (#143) · 2a28a578
      fishyds authored
      * webui logpath and document (#135)
      
      * Add webui document and logpath as a href
      
      * fix tslint
      
      * fix comments by Chengmin
      
      * Pai training service bug fix and enhancement (#136)
      
      * Add NNI installation scripts
      
      * Update pai script, update NNI_out_dir
      
      * Update NNI dir in nni sdk local.py
      
      * Create .nni folder in nni sdk local.py
      
      * Add check before creating .nni folder
      
      * Fix typo for PAI_INSTALL_NNI_SHELL_FORMAT
      
      * Improve annotation (#138)
      
      * Improve annotation
      
      * Minor bugfix
      
      * Selectively install through pip (#139)
      
      Selectively install through pip 
      * update setup.py
      
      * fix paiTrainingService bugs (#137)
      
      * fix nnictl bug
      
      * add hdfs host validation
      
      * fix bugs
      
      * fix dockerfile
      
      * fix install.sh
      
      * update install.sh
      
      * fix dockerfile
      
      * Set timeout for HDFSUtility exists function
      
      * remove unused TODO
      
      * fix sdk
      
      * add optional for outputDir and dataDir
      
      * refactor dockerfile.base
      
      * Remove unused import in hdfsclientUtility
      
      * Add documentation for NNI PAI mode experiment (#141)
      
      * Add documentation for NNI PAI mode
      
      * Fix typo based on PR comments
      
      * Exit with subprocess return code of trial keeper
      
      * Remove additional exit code
      
      * Fix typo based on PR comments
      
      * update doc for smac tuner (#140)
      
      * Revert "Selectively install through pip (#139)" due to potential pip install issue (#142)
      
      * Revert "Selectively install through pip (#139)"
      
      This reverts commit 1d174836.
      
      * Add exit code of subprocess for trial_keeper
      
      * Update README, add link to PAImode doc
      2a28a578
    • fishyds's avatar
      Revert "Selectively install through pip (#139)" due to potential pip install issue (#142) · 9d88f1b6
      fishyds authored
      * Revert "Selectively install through pip (#139)"
      
      This reverts commit 1d174836.
      
      * Add exit code of subprocess for trial_keeper
      
      * Update README, add link to PAImode doc
      9d88f1b6
    • fishyds's avatar
      Add documentation for NNI PAI mode experiment (#141) · 2f7d2287
      fishyds authored
      * Add documentation for NNI PAI mode
      
      * Fix typo based on PR comments
      
      * Exit with subprocess return code of trial keeper
      
      * Remove additional exit code
      
      * Fix typo based on PR comments
      2f7d2287
  9. 27 Sep, 2018 1 commit
  10. 26 Sep, 2018 1 commit
  11. 19 Sep, 2018 1 commit
    • Scarlett Li's avatar
      update document (#92) · b58666ac
      Scarlett Li authored
      * Edit readme.md
      
      * updated a word
      
      * Update GetStarted.md
      
      * Update GetStarted.md
      
      * refact readme, getstarted and write your trial md.
      
      * Update README.md
      
      * Update WriteYourTrial.md
      
      * Update WriteYourTrial.md
      
      * Update WriteYourTrial.md
      
      * Update WriteYourTrial.md
      b58666ac
  12. 14 Sep, 2018 1 commit
  13. 13 Sep, 2018 3 commits
  14. 10 Sep, 2018 2 commits
  15. 07 Sep, 2018 6 commits
  16. 24 Aug, 2018 1 commit
  17. 23 Aug, 2018 1 commit
  18. 20 Aug, 2018 1 commit
  19. 01 Jun, 2018 1 commit