Граф коммитов

22 Коммитов

Автор SHA1 Сообщение Дата
Yuge Zhang cd3adb37b6
Remove HPO annotation (#5249) 2022-12-02 17:53:31 +08:00
liuzhe-lz 071dfb2dcf
Bump node.js to 18 (#5206) 2022-11-16 10:37:48 +08:00
liuzhe-lz d1c6bbae60
HPO PyTorch Tutorial (#4653) 2022-03-18 17:43:50 +08:00
Zhenhua Han f2f58dbb55
[Retiarii] cross-graph optimization: device placement and input deduplication (#3202) 2021-07-30 19:11:02 +08:00
Yuge Zhang e5d618093f
Integrate coverage report into CI (#3854) 2021-06-25 12:32:35 +08:00
Markus Bauer fbffbc7c70
[WIP] Enable optional Pod Spec for FrameworkController platform (#3379) 2021-04-01 11:24:04 +08:00
liuzhe-lz 9f9aa43e6d
Fix releasing (#3216) 2020-12-25 17:51:35 +08:00
liuzhe-lz 3ec26b40af
Merge master into dev-retiarii (#3178) 2020-12-11 10:59:29 +08:00
Zhenhua Han 7d1acfbd93
[Retiarii] cross-graph optimization: input deduplication (#3105) 2020-12-11 10:26:25 +08:00
SparkSnail 055885d9a7
Merge dev-adl2 into Master (#3117) 2020-11-25 14:57:49 +08:00
liuzhe-lz bc0f8f338b
Refactor code hierarchy part 3: Unit test (#3037) 2020-10-30 12:39:34 +08:00
liuzhe-lz e21a6984cc
[v2.0] Refactor code hierarchy (part 2) (#2987) 2020-10-26 23:21:59 +08:00
liuzhe-lz f98ee6721a
[v2.0] Refactor code hierarchy (part 1) (#2962) 2020-10-20 06:57:09 +08:00
Junwei Sun 6ec2adeed3
update experiment dir (#2753) 2020-08-13 19:12:08 +08:00
Chi Song d1d10de768
pdarts implementation (export is not included) (#1730) 2019-11-14 17:14:00 +08:00
Yuge Zhang 6210625b92
Refine gitignore (#1642)
* Refine gitignore

* add newline at the end

* add more environments
2019-11-04 14:52:46 +08:00
liuzhe-lz 7c4b8c0d3d
Make pylint happy (#1649)
Update python sdk and nni_annotation to pass pylint rules
2019-10-30 11:07:01 +08:00
Chi Song efa479b0a9
Doc fix: formats and typo. (#582)
Fix document with formats and typos
2019-01-11 15:04:21 +08:00
Lee e31839cc4a Dev networkmorphism (#413)
* Quick fix nnictl config logic (#289)

* fix nnictl bug

* fix install.sh

* add desc for Dockerfile.build.base

* update document for Dockerfile

* update

* refactor port detect

* update

* refactor NNICTLDOC.md

* add document for pai and nnictl

* add default value for port

* add exception handling in trial_keeper.py

* fix port bug

* fix resume

* fix nnictl resume and fix nnictl stop

* fix document

* update

* refactor nnictl

* update

* update doc

* update

* update nnictl

* fix comment

* revert dockerfile

* update

* update

* update

* fix nnictl error hit

* fix comments

* fix bash-completion

* fix paramiko install

* quick fix resume logic

* update

* quick fix nnictl

* PR merge to 0.3 (#297)

* refactor doc

* update with Mao's suggestions

* Set theme jekyll-theme-dinky

* update doc

* fix links

* fix links

* fix links

* merge

* fix links and doc errors

* merge

* merge

* merge

* merge

* Update README.md (#288)

added License badge

* merge

* updated the "Contribute" part (merged Gems' wiki in, updated ReadMe)

* fix link

* fix doc mistakes and broken links. (#271)

* refactor doc

* update with Mao's suggestions

* Set theme jekyll-theme-dinky

* updated the "Contribute" part (merged Gems' wiki in, updated ReadMe)

* fix link

* Update README.md

* Fix misspelling in examples/trials/ga_squad/README.md

* revise the installation cmd to v0.2

* revise to install v0.2

* remove enas readme (#292)

* Fix datastore performance issue (#301)

* Fix nnictl in v0.3 (#299)

Fix old version of config file
fix sklearn requirements
Fix resume log logic

* add basic tuner and trial for network morphism

* Complete basic receive_trial_result() and generate_parameters(). Use onnx  as the intermediate representation ( But it cannot convert to pytorch model )

* add tensorflow cifar10 for network morphism

* add unit test for tuner and its function

* use temporary torch_model

* fix request bug and program can communicate nni

* add basic pickle support for graph and train successful in pytorch

* Update unittest for networkmorphism_tuner

* Network Morphism add multi-gpu trial training support

* Format code with black tool

* change intermediate representation from pickle file to json we defined

* successfully pass the unittest for test_graph_json_transform

* add README for network morphism and it works fine in both Pytorch and Keras.

* separate the original Readme.md in network-morphism into two parts (tuner and trial)

* change the openpai image path

* beautify the file structure of network_morphism and add a fashion_mnist keras example

* pretty the source and add some docstring for funtion in order to pass the pylint.

* remove unused module import and add some docstring

* add some details for the application scenario Network Morphism Tuner

* follow the advice and modify the doc file

* add the config file for each task in the examples trial of network morphism

* change default python interpreter from python to python3
2018-12-13 14:40:16 +08:00
Yan Ni 3618c9e97a move reward extraction logic to tuner (#274)
* add pycharm project files to .gitignore list

* update pylintrc to conform vscode settings

* fix RemoteMachineMode for wrong trainingServicePlatform

* add python cache files to gitignore list

* move extract scalar reward logic from dispatcher to tuner

* update tuner code corresponding to last commit

* update doc for receive_trial_result api change

* add numpy to package whitelist of pylint

* distinguish param value from return reward for tuner.extract_scalar_reward

* update pylintrc

* add comments to dispatcher.handle_report_metric_data

* refactor extract reward from dict by tuner
2018-10-31 17:55:29 +08:00
Yan Ni 06413f1af5 update pylintrc to conform vscode setttings (#201)
* add pycharm project files to .gitignore list

* update pylintrc to conform vscode settings
2018-10-11 17:36:31 +08:00
Microsoft GitHub User dd3fd5e9ad
Initial commit 2018-05-31 22:51:45 -07:00