1. 06 Oct, 2018 1 commit
  2. 30 Sep, 2018 7 commits
  3. 29 Sep, 2018 7 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
    • QuanluZhang's avatar
      update doc for smac tuner (#140) · ad8b0f0c
      QuanluZhang authored
      ad8b0f0c
    • 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
    • SparkSnail's avatar
      fix paiTrainingService bugs (#137) · 2b8cf2ee
      SparkSnail authored
      * 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
      2b8cf2ee
    • Zejun Lin's avatar
      Selectively install through pip (#139) · 1d174836
      Zejun Lin authored
      Selectively install through pip 
      * update setup.py
      1d174836
    • liuzhe-lz's avatar
      Improve annotation (#138) · 0619de20
      liuzhe-lz authored
      * Improve annotation
      
      * Minor bugfix
      0619de20
  4. 28 Sep, 2018 2 commits
    • fishyds's avatar
      Pai training service bug fix and enhancement (#136) · 70be7d0f
      fishyds authored
      * 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
      70be7d0f
    • Lijiao's avatar
      webui logpath and document (#135) · 4c12435d
      Lijiao authored
      * Add webui document and logpath as a href
      
      * fix tslint
      
      * fix comments by Chengmin
      4c12435d
  5. 27 Sep, 2018 6 commits
  6. 26 Sep, 2018 4 commits
  7. 25 Sep, 2018 6 commits
    • QuanluZhang's avatar
      Dev smac (#116) · ff390b4d
      QuanluZhang authored
      * support package install (#91)
      
      * fix nnictl bug
      
      * support package install
      
      * update
      
      * update package install logic
      
      * Fix package install issue (#95)
      
      * fix nnictl bug
      
      * fix pakcage install
      
      * support SMAC as a tuner on nni (#81)
      
      * 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
      
      * update builtin tuner spec
      
      * support smac in sdk, fix logging issue
      
      * support smac tuner
      
      * add optimize_mode
      
      * update config in nnictl
      
      * add __init__.py
      
      * update smac
      
      * update import path
      
      * update setup.py: remove entry_point
      
      * update rest server validation
      
      * fix bug in nnictl launcher
      
      * support classArgs: optimize_mode
      
      * quick fix bug
      
      * test travis
      
      * add dependency
      
      * add dependency
      
      * add dependency
      
      * add dependency
      
      * create smac python package
      
      * fix trivial points
      
      * optimize import of tuners, modify nnictl accordingly
      
      * fix bug: incorrect algorithm_name
      
      * trivial refactor
      
      * for debug
      
      * support virtual
      
      * update doc of SMAC
      
      * update smac requirements
      
      * update requirements
      
      * change debug mode
      
      * update doc
      
      * update doc
      
      * refactor based on comments
      
      * fix comments
      ff390b4d
    • SparkSnail's avatar
      Fix install.sh add add trial log path (#109) · 781613df
      SparkSnail 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
      781613df
    • Sinan Tan's avatar
    • Sinan Tan's avatar
      Explain config format for SQuAD QA model. · 08a75265
      Sinan Tan authored
      08a75265
    • Sinan Tan's avatar
      e2d55a07
    • QuanluZhang's avatar
      fix setup.py (#115) · f3fd2773
      QuanluZhang authored
      f3fd2773
  8. 21 Sep, 2018 1 commit
  9. 20 Sep, 2018 6 commits