"vscode:/vscode.git/clone" did not exist on "54a9b020e070518b48ada25a0ebd13cfc929d713"
- 12 Aug, 2020 1 commit
-
-
lin bin authored
-
- 30 Jun, 2020 1 commit
-
-
Chi Song authored
Designed new interface to support reusable training service, currently only applies to OpenPAI, and default disabled. Replace trial_keeper.py to trial_runner.py, trial_runner holds an environment, and receives commands from nni manager to run or stop an trial, and return events to nni manager. Add trial dispatcher, which inherits from original trianing service interface. It uses to share as many as possible code of all training service, and isolate with training services. Add EnvironmentService interface to manage environment, including start/stop an environment, refresh status of environments. Add command channel on both nni manager and trial runner parts, it supports different ways to pass messages between them. Current supported channels are file, web sockets. and supported commands from nni manager are start, kill trial, send new parameters; from runner are initialized(support some channel doesn't know which runner connected), trial end, stdout ((new type), including metric like before), version check (new type), gpu info (new type). Add storage service to wrapper a storage to standard file operations, like NFS, azure storage and so on. Partial support run multiple trials in parallel on runner side, but not supported by trial dispatcher side. Other minor changes, Add log_level to TS UT, so that UT can show debug level log. Expose platform to start info. Add RouterTrainingService to keep origianl OpenPAI training service, and support dynamic IOC binding. Add more GPU info for future usage, including GPU mem total/free/used, gpu type. Make some license information consistence. Fix async/await problems on Array.forEach, this method doesn't support async actually. Fix IT errors on download data, which causes by my #2484 . Accelerate some run loop pattern by reducing sleep seconds.
-
- 23 Jun, 2020 1 commit
-
-
chicm-ms authored
-
- 22 Jun, 2020 1 commit
-
-
SparkSnail authored
-
- 11 Dec, 2019 1 commit
-
-
chicm-ms authored
* update sklearn version * updates
-
- 05 Dec, 2019 1 commit
-
-
chicm-ms authored
* update sklean version * updates * updates * updates
-
- 25 Nov, 2019 1 commit
-
-
liuzhe-lz authored
-
- 18 Oct, 2019 1 commit
-
-
Yuge Zhang authored
-
- 30 Aug, 2019 1 commit
-
-
Guoxin authored
-
- 31 Jul, 2019 1 commit
-
-
chicm-ms authored
-
- 05 Jun, 2019 1 commit
-
-
SparkSnail authored
* fix remote bug * add document * add document * update * update * update * update * fix remote issue * fix forEach * update doc according to comments * update * update * update * remove 'any more' * add sklearn in setup.py * remove sklearn in doc for MetisTuner
-
- 28 Apr, 2019 1 commit
-
-
demianzhang authored
Fix windows pypi pipeline and add win32 version
-
- 22 Apr, 2019 2 commits
-
-
SparkSnail authored
-
demianzhang authored
-
- 05 Mar, 2019 1 commit
-
-
Zejun Lin authored
add package requirement data in setup.py
-
- 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.
-
- 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
-
- 26 Dec, 2018 1 commit
-
-
goooxu authored
-
- 17 Dec, 2018 1 commit
-
-
Gems Guo authored
-
- 05 Dec, 2018 2 commits
- 09 Nov, 2018 1 commit
-
-
goooxu authored
-
- 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
-
- 31 Oct, 2018 3 commits