Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
webui logpath and document (merge master #135)
Add webui document and logpath as a href
fix tslint
fix comments by Chengmin
Pai training service bug fix and enhancement (merge master #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 (merge master #138)
Improve annotation
Minor bugfix
Selectively install through pip (fix annotation key-error (#806) #139)
Selectively install through pip
update setup.py
fix paiTrainingService bugs (merge master #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 (merge master #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 (Fix integration test dependencies (#822) #140)
Revert "Selectively install through pip (fix annotation key-error (#806) #139)" due to potential pip install issue (merge master #142)
Revert "Selectively install through pip (fix annotation key-error (#806) #139)"
This reverts commit 1d17483.
Add exit code of subprocess for trial_keeper
Update README, add link to PAImode doc