This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add release note for v2.2 #3539
Merged
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,62 @@ | |
Change Log | ||
========== | ||
|
||
Release 2.2 - 4/21/2021 | ||
----------------------- | ||
|
||
Major updates | ||
^^^^^^^^^^^^^ | ||
|
||
Neural architecture search | ||
"""""""""""""""""""""""""" | ||
|
||
* Improve NAS 2.0 (Retiarii) Framework (Alpha Release) | ||
|
||
* Support debug mode for easy debuggability (#3476) | ||
* Support nesting ``ValueChoice`` in ``LayerChoice`` (#3508) | ||
* Support dict/list type in ``ValueChoice`` (#3508) | ||
* Improve the format of export architectures (#3464) | ||
* Refactor of NAS examples (#3513) | ||
* Refer to `here <https://github.com/microsoft/nni/issues/3301>`__ for Retiarii Roadmap | ||
|
||
Model Compression | ||
""""""""""""""""" | ||
|
||
* Support speedup for mixed precision quantization model (Experimental) (#3488 #3512) | ||
* Support model export for quantization algorithm (#3458 #3473) | ||
* Support model export in model compression for TensorFlow (#3487) | ||
* Improve documentation (#3482) | ||
|
||
nnictl & nni.experiment | ||
""""""""""""""""""""""" | ||
|
||
* Add native support for v2 config (#3466) | ||
* Add resume and view mode in nni.experiment (#3490 #3524) | ||
|
||
Training service | ||
"""""""""""""""" | ||
|
||
* Support umount in remote training service for shared storage (#3456) | ||
* Support Windows as the remote training service in reuse mode (#3500) | ||
* Remove duplicated env folder in remote training service (#3472) | ||
* Add log information for GPU collector (#3506) | ||
|
||
WebUI | ||
""""" | ||
|
||
* Support launching TensorBoard on WebUI (#3454 #3361 #3531) | ||
* Minor improvements (#3457 #3461) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. updated~ |
||
|
||
Bug fixes | ||
^^^^^^^^^ | ||
|
||
* Fix bug of FLOPs counter (#3497) | ||
* Fix bug of hyper-parameter Add/Remove axes and table Add/Remove columns button conflict (#3491) | ||
* Fix bug that monaco editor search text is not displayed completely (#3492) | ||
* Fix bug of Cream NAS (#3498, thanks the external contributor @AliCloud-PAI) | ||
* Fix typos in docs (#3448, thanks the external contributor @OliverShang) | ||
|
||
|
||
Release 2.1 - 3/10/2021 | ||
----------------------- | ||
|
||
|
@@ -289,7 +345,7 @@ Documentation | |
* Fix several typos and grammar mistakes in documentation (#2637 #2638, thanks @tomzx) | ||
* Improve AzureML training service documentation (#2631) | ||
* Improve CI of Chinese translation (#2654) | ||
* Improve OpenPAI training service documenation (#2685) | ||
* Improve OpenPAI training service documentation (#2685) | ||
* Improve documentation of community sharing (#2640) | ||
* Add tutorial of Colab support (#2700) | ||
* Improve documentation structure for model compression (#2676) | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GPU collector -> GPU metric collector