"...resnet50_tensorflow.git" did not exist on "e932712b87f0f60f01ade56b3d6cd2678b1c23b7"
- 22 Apr, 2019 1 commit
-
-
demianzhang authored
-
- 03 Apr, 2019 1 commit
-
-
fishyds authored
update version number
-
- 05 Mar, 2019 2 commits
- 26 Feb, 2019 2 commits
- 25 Feb, 2019 1 commit
-
-
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.
-
- 19 Feb, 2019 1 commit
-
-
chicm-ms authored
Add azure pipeline to build and upload nni release
-
- 14 Feb, 2019 1 commit
-
-
SparkSnail authored
* add nni_gpu_tool in setup.py * add exclude=['test'] in setup.py
-
- 11 Feb, 2019 1 commit
-
-
Gems authored
-
- 31 Jan, 2019 1 commit
-
-
QuanluZhang authored
release related doc/note modification for v0.5.1
-
- 29 Jan, 2019 1 commit
-
-
Chi Song authored
fix indents of doc, change nni to NNI yaml to yml(file) and YAML(doc)
-
- 11 Jan, 2019 1 commit
-
-
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
-
- 26 Dec, 2018 1 commit
-
-
goooxu authored
-
- 21 Dec, 2018 1 commit
-
-
fishyds authored
* Dockerfile improvement * Fix UT broken for kubeflow training service
-
- 17 Dec, 2018 1 commit
-
-
Gems Guo authored
-
- 05 Dec, 2018 2 commits
- 19 Nov, 2018 1 commit
-
-
fishyds authored
-
- 13 Nov, 2018 3 commits
-
-
SparkSnail authored
Remove "RUN python3 -m pip --no-cache-dir install torch torchvision"
-
SparkSnail authored
1.Set scikit-learn==0.20.0 in Dockerfile 2.Update readme.md of dockerile 3.Add PyTorch 0.4.1 4.Add description for 'nnictl stop all'
-
gongwuji authored
* update local demo doc and configuration * change folder name * Update tutorial_1_CR_exp_local_api.md no need to have a new training file * Delete mnist_gpu.py no need to have a new training file * Update config_gpu.yml no need to have a new training file * add PyTorch to Dockerfile
-
- 12 Nov, 2018 1 commit
-
-
QuanluZhang authored
* update doc for docker image * update
-
- 10 Nov, 2018 1 commit
-
-
QuanluZhang authored
-
- 09 Nov, 2018 3 commits
- 07 Nov, 2018 1 commit
-
-
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
-
- 05 Nov, 2018 1 commit
-
-
Gems Guo authored
-
- 02 Nov, 2018 1 commit
-
-
Gems Guo authored
-
- 01 Nov, 2018 1 commit
-
-
SparkSnail authored
1.Fix old version of config file 2.fix sklearn requirements 3.Fix resume log logic
-
- 31 Oct, 2018 5 commits
- 26 Oct, 2018 1 commit
-
-
SparkSnail authored
* refactor Dockerfile
-
- 25 Oct, 2018 1 commit
-
-
chicm-ms authored
-
- 16 Oct, 2018 1 commit
-
-
SparkSnail authored
1.fix some bugs 2.support nnictl stop id, and add some regulars
-
- 29 Sep, 2018 1 commit
-
-
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
-