Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge master #281

Merged
merged 32 commits into from
Dec 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
19726d4
retiarii graph and mutation (#3057)
liuzhe-lz Nov 3, 2020
bcb7633
[Retiarii] Change op params from kwargs to dict, and fix ut/lint (#3061)
liuzhe-lz Nov 4, 2020
d6791c2
Merge branch 'master' into dev-retiarii
ultmaster Nov 5, 2020
60b2a7a
Merge branch 'dev-retiarii' of https://github.com/microsoft/nni into …
ultmaster Nov 5, 2020
002af91
[Retiarii] Base execution engine, codegen and trainer (#3059)
ultmaster Nov 5, 2020
8af7314
[Retiarii] pytorch code converter (#3052)
QuanluZhang Nov 18, 2020
efa4e31
[Retiarii] refactor convert_name (#3101)
QuanluZhang Nov 20, 2020
b40e3db
Merge branch 'master' of github.com:Microsoft/nni into dev-retiarii
QuanluZhang Dec 1, 2020
990364b
[Retiarii] Fix unit test (#3064)
liuzhe-lz Dec 5, 2020
165756c
[Retiarii] Weight-sharing trainers (#3137)
ultmaster Dec 5, 2020
7d1acfb
[Retiarii] cross-graph optimization: input deduplication (#3105)
hzhua Dec 11, 2020
d165905
[Retiarii] end2end (#3122)
QuanluZhang Dec 11, 2020
3ec26b4
Merge master into dev-retiarii (#3178)
liuzhe-lz Dec 11, 2020
8039404
Merge pull request #3179 from microsoft/master
liuzhe-lz Dec 11, 2020
192a807
[Retiarii] refactor based on the new launch approach (#3185)
QuanluZhang Dec 14, 2020
b3cdee8
fix uid duplicate and add type hint alias for edge endpoint (#3188)
liuzhe-lz Dec 14, 2020
593a275
Merge branch 'master' of https://github.com/microsoft/nni into dev-re…
ultmaster Dec 14, 2020
59cd398
[Retiarii] Coding style improvements for pylint and flake8 (#3190)
ultmaster Dec 14, 2020
872554f
Support heterogeneous environment service (#3097)
SparkSnail Dec 15, 2020
a0e2f8e
[Retiarii] add validation in base trainers (#3184)
hzhua Dec 15, 2020
12a5e3d
Refactor HPO tuner code hierarchy (#3187)
ultmaster Dec 15, 2020
e9f832d
change SIGKILL to SIGTERM in local mode cancel trial job (#3173)
J-shang Dec 15, 2020
0f0c628
[retiarii] fix test (#3197)
QuanluZhang Dec 16, 2020
f8424a9
Prune archive directories (#3194)
ultmaster Dec 16, 2020
df6145a
Merge branch 'master' of https://github.com/microsoft/nni into dev-re…
ultmaster Dec 16, 2020
afe6f74
[Retiarii] Fix hyperopt tuner import path (#3199)
ultmaster Dec 16, 2020
d5a551c
[Retiarii] Bypass unit tests (#3201)
ultmaster Dec 16, 2020
468917c
Merge pull request #3155 from microsoft/dev-retiarii
QuanluZhang Dec 16, 2020
05534f3
fix lock bug (#3207)
J-shang Dec 18, 2020
a1016a6
New experiment config (#3138)
liuzhe-lz Dec 20, 2020
e020814
Fix bugs found in integration test (#3214)
liuzhe-lz Dec 21, 2020
fbbe14d
Update README (#3215)
kvartet Dec 21, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,6 @@ venv.bak/
# VSCode
.vscode
.vs
.history
generated/
test/ut/retiarii/_debug_graph_data.json
164 changes: 82 additions & 82 deletions README.md

Large diffs are not rendered by default.

88 changes: 0 additions & 88 deletions archive-del/README.Makefile.md

This file was deleted.

82 changes: 0 additions & 82 deletions archive-del/README.Makefile_zh_CN.md

This file was deleted.

1 change: 0 additions & 1 deletion archive-del/_config.yml

This file was deleted.

8 changes: 0 additions & 8 deletions archive-del/deployment/pypi/.gitignore

This file was deleted.

69 changes: 0 additions & 69 deletions archive-del/deployment/pypi/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions archive-del/deployment/pypi/clean.ps1

This file was deleted.

70 changes: 0 additions & 70 deletions archive-del/deployment/pypi/install.ps1

This file was deleted.

Loading