- 28 Sep, 2020 1 commit
-
-
SparkSnail authored
-
- 13 Aug, 2020 1 commit
-
-
chicm-ms authored
-
- 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
-
- 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
-
- 22 Apr, 2019 1 commit
-
-
demianzhang authored
-
- 19 Apr, 2019 1 commit
-
-
SparkSnail authored
Advisor and assessor could not be used simultaneously. Refactor config file error message. Support scientific notation, like 1e-2
-
- 10 Apr, 2019 1 commit
-
-
Yan Ni authored
add trial id to csv and remove pandas
-
- 09 Apr, 2019 1 commit
-
-
Yan Ni authored
* export to csv core code done * add nnictl trail export * fix bug * add dependency for pandas * remove pandas from dependency * add multi phase support * add document
-
- 18 Mar, 2019 1 commit
-
-
Zejun Lin authored
* fix installation
-
- 12 Mar, 2019 1 commit
-
-
SparkSnail authored
In current version of makefile, if user use make dev-install, they will install two packages "nni-sdk" and "nnictl" in their environment. Now merge the two package to be one package "nni".
-
- 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
-
- 26 Dec, 2018 1 commit
-
-
goooxu authored
-
- 17 Dec, 2018 1 commit
-
-
Gems Guo authored
-
- 05 Dec, 2018 1 commit
-
-
fishyds authored
* Change version number from v0.3.4 to v0.4, for NNI v0.4 release
-
- 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 2 commits
-
-
Gems Guo authored
-
SparkSnail authored
* fix paramiko install
-
- 26 Oct, 2018 1 commit
-
-
SparkSnail authored
support tensorboard
-
- 29 Sep, 2018 2 commits
-
-
Zejun Lin authored
Selectively install through pip * update setup.py
- 27 Sep, 2018 2 commits
-
-
Zejun Lin authored
* update makefile and setup.py * update makefile and setup.py * update document * update document * Update Makefile no travis * update doc * update doc
-
fishyds authored
* PAI Training service implementation **1. Implement PAITrainingService **2. Add trial-keeper python module, and modify setup.py to install the module **3. Add PAItrainingService rest server to collect metrics from PAI container.
-
- 26 Sep, 2018 1 commit
-
-
liuzhe-lz authored
-
- 25 Sep, 2018 1 commit
-
-
QuanluZhang authored
-
- 14 Sep, 2018 1 commit
-
-
fishyds authored
* Merge latest code changes into Github Master * temporary modification for travis * temporary modification for travis
-
- 13 Sep, 2018 1 commit
-
-
QuanluZhang authored
* 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
-
- 10 Sep, 2018 1 commit
-
-
Deshui Yu authored
-
- 08 Sep, 2018 1 commit
-
-
Crysple authored
-