- 19 May, 2020 2 commits
-
-
SparkSnail authored
-
SparkSnail authored
-
- 08 May, 2020 1 commit
-
-
SparkSnail authored
-
- 07 May, 2020 1 commit
-
-
Chi Song authored
update nni manager eslint rules. 1. add rule to ignore unused args, and treat other unused as error. 2. add run to treat no explicit function return type as error. 3. fix all errors.
-
- 06 May, 2020 1 commit
-
-
SparkSnail authored
-
- 30 Apr, 2020 1 commit
-
-
SparkSnail authored
-
- 25 Mar, 2020 1 commit
-
-
SparkSnail authored
-
- 09 Feb, 2020 1 commit
-
-
QuanluZhang authored
-
- 07 Feb, 2020 1 commit
-
-
SparkSnail authored
-
- 03 Feb, 2020 1 commit
-
-
SparkSnail authored
-
- 15 Jan, 2020 1 commit
-
-
chicm-ms authored
-
- 31 Dec, 2019 1 commit
-
-
SparkSnail authored
-
- 30 Dec, 2019 1 commit
-
-
SparkSnail authored
-
- 25 Dec, 2019 1 commit
-
-
SparkSnail authored
-
- 23 Dec, 2019 1 commit
-
-
SparkSnail authored
-
- 11 Dec, 2019 1 commit
-
-
chicm-ms authored
* enable eslint * remove tslint
-
- 10 Dec, 2019 1 commit
-
-
chicm-ms authored
* update eslint rules * auto fix eslint * manually fix eslint (#1833)
-
- 25 Nov, 2019 1 commit
-
-
liuzhe-lz authored
-
- 06 Nov, 2019 1 commit
-
-
SparkSnail authored
-
- 28 Oct, 2019 1 commit
-
-
SparkSnail authored
-
- 26 Sep, 2019 1 commit
-
-
liuzhe-lz authored
* Refactor web UI to support incremental metric loading * refactor * Remove host job * Move sequence ID to NNI manager * implement incremental loading
-
- 26 Aug, 2019 1 commit
-
-
SparkSnail authored
-
- 14 Aug, 2019 1 commit
-
-
Guoxin authored
* squash commits in v1.0 first round bug bash
-
- 12 Aug, 2019 1 commit
-
-
SparkSnail authored
* change authFile to local path
-
- 05 Aug, 2019 1 commit
-
-
Shinai Yang authored
-
- 01 Aug, 2019 1 commit
-
-
SparkSnail authored
-
- 30 Jul, 2019 1 commit
-
-
SparkSnail authored
-
- 24 Jun, 2019 1 commit
-
-
chicm-ms authored
* Refactor multiphase interface * Implement multiphase on PAI * update multiphase doc
-
- 20 Jun, 2019 1 commit
-
-
demianzhang authored
* fix local and remote training services tslint
-
- 19 Jun, 2019 2 commits
-
-
Hongarc authored
-
demianzhang authored
* Catch the error in pai training service * no retry
-
- 23 May, 2019 1 commit
-
-
SparkSnail authored
-
- 17 Apr, 2019 1 commit
-
-
SparkSnail authored
-
- 11 Apr, 2019 2 commits
- 27 Mar, 2019 1 commit
-
-
SparkSnail authored
-
- 22 Mar, 2019 1 commit
-
-
SparkSnail authored
If user set remoteloggingType in config file, log content will not be transmitted from trialkeeper
-
- 20 Mar, 2019 1 commit
-
-
SparkSnail authored
-
- 15 Mar, 2019 1 commit
-
-
SparkSnail authored
check nni version in trialkeeper, to make sure the version of trialkeeper is consistent with trainingService add a debug mode in config file
-
- 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.
-