"src/sdk/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "445bbfd24a282290cee1148f87d8ecee6566dab4"
Unverified Commit 8134be62 authored by kvartet's avatar kvartet Committed by GitHub
Browse files

Update wrong date and section headers in ChangeLog (#3314)

* date error

* section headers

* changelog
parent 6a35dc0c
...@@ -2,17 +2,17 @@ ...@@ -2,17 +2,17 @@
:format: html :format: html
ChangeLog Change Log
========= ==========
Release 2.0 - 13/1/2021 Release 2.0 - 1/14/2021
======================= -----------------------
Major updates Major updates
------------- ^^^^^^^^^^^^^
Neural architecture search Neural architecture search
^^^^^^^^^^^^^^^^^^^^^^^^^^ """"""""""""""""""""""""""
* Support an improved NAS framework: Retiarii (experimental) * Support an improved NAS framework: Retiarii (experimental)
...@@ -24,14 +24,14 @@ Neural architecture search ...@@ -24,14 +24,14 @@ Neural architecture search
* Add a new NAS benchmark for NLP model search (#3140) * Add a new NAS benchmark for NLP model search (#3140)
Training service Training service
^^^^^^^^^^^^^^^^ """"""""""""""""
* Support hybrid training service (#3097 #3251 #3252) * Support hybrid training service (#3097 #3251 #3252)
* Support AdlTrainingService, a new training service based on Kubernetes (#3022, thanks external contributors Petuum @pw2393) * Support AdlTrainingService, a new training service based on Kubernetes (#3022, thanks external contributors Petuum @pw2393)
Model compression Model compression
^^^^^^^^^^^^^^^^^ """""""""""""""""
* Support pruning schedule for fpgm pruning algorithm (#3110) * Support pruning schedule for fpgm pruning algorithm (#3110)
* ModelSpeedup improvement: support torch v1.7 (updated graph_utils.py) (#3076) * ModelSpeedup improvement: support torch v1.7 (updated graph_utils.py) (#3076)
...@@ -39,7 +39,7 @@ Model compression ...@@ -39,7 +39,7 @@ Model compression
WebUI & nnictl WebUI & nnictl
^^^^^^^^^^^^^^ """"""""""""""
* Support experiments management on WebUI, add a web page for it (#3081 #3127) * Support experiments management on WebUI, add a web page for it (#3081 #3127)
* Improve the layout of overview page (#3046 #3123) * Improve the layout of overview page (#3046 #3123)
...@@ -47,7 +47,7 @@ WebUI & nnictl ...@@ -47,7 +47,7 @@ WebUI & nnictl
Others Others
^^^^^^ """"""
* Support launching an experiment from Python code (#3111 #3210 #3263) * Support launching an experiment from Python code (#3111 #3210 #3263)
* Refactor builtin/customized tuner installation (#3134) * Refactor builtin/customized tuner installation (#3134)
...@@ -58,7 +58,7 @@ Others ...@@ -58,7 +58,7 @@ Others
Documentation Documentation
------------- ^^^^^^^^^^^^^
* Port markdown docs to reStructuredText docs and introduce ``githublink`` (#3107) * Port markdown docs to reStructuredText docs and introduce ``githublink`` (#3107)
* List related research and publications in doc (#3150) * List related research and publications in doc (#3150)
...@@ -67,7 +67,7 @@ Documentation ...@@ -67,7 +67,7 @@ Documentation
* Update EfficientNet doc to clarify repo versions (#3158, thanks external contributor @ahundt) * Update EfficientNet doc to clarify repo versions (#3158, thanks external contributor @ahundt)
Bug fixes Bug fixes
--------- ^^^^^^^^^
* Fix exp-duration pause timing under NO_MORE_TRIAL status (#3043) * Fix exp-duration pause timing under NO_MORE_TRIAL status (#3043)
* Fix bug in NAS SPOS trainer, apply_fixed_architecture (#3051, thanks external contributor @HeekangPark) * Fix bug in NAS SPOS trainer, apply_fixed_architecture (#3051, thanks external contributor @HeekangPark)
...@@ -84,20 +84,20 @@ Bug fixes ...@@ -84,20 +84,20 @@ Bug fixes
Release 1.9 - 10/22/2020 Release 1.9 - 10/22/2020
======================== ------------------------
Major updates Major updates
------------- ^^^^^^^^^^^^^
Neural architecture search Neural architecture search
^^^^^^^^^^^^^^^^^^^^^^^^^^ """"""""""""""""""""""""""
* Support regularized evolution algorithm for NAS scenario (#2802) * Support regularized evolution algorithm for NAS scenario (#2802)
* Add NASBench201 in search space zoo (#2766) * Add NASBench201 in search space zoo (#2766)
Model compression Model compression
^^^^^^^^^^^^^^^^^ """""""""""""""""
* AMC pruner improvement: support resnet, support reproduction of the experiments (default parameters in our example code) in AMC paper (#2876 #2906) * AMC pruner improvement: support resnet, support reproduction of the experiments (default parameters in our example code) in AMC paper (#2876 #2906)
...@@ -107,7 +107,7 @@ Model compression ...@@ -107,7 +107,7 @@ Model compression
* Support quantizing bias in QAT quantizer (#2914) * Support quantizing bias in QAT quantizer (#2914)
Training service Training service
^^^^^^^^^^^^^^^^ """"""""""""""""
* Support configuring python environment using "preCommand" in remote mode (#2875) * Support configuring python environment using "preCommand" in remote mode (#2875)
...@@ -115,7 +115,7 @@ Training service ...@@ -115,7 +115,7 @@ Training service
* Support reuse mode for remote training service (#2923) * Support reuse mode for remote training service (#2923)
WebUI & nnictl WebUI & nnictl
^^^^^^^^^^^^^^ """"""""""""""
* The "Overview" page on WebUI is redesigned with new layout (#2914) * The "Overview" page on WebUI is redesigned with new layout (#2914)
...@@ -125,7 +125,7 @@ WebUI & nnictl ...@@ -125,7 +125,7 @@ WebUI & nnictl
* Support nnictl command auto-completion (#2857) * Support nnictl command auto-completion (#2857)
UT & IT UT & IT
------- ^^^^^^^
* Add integration test for experiment import and export (#2878) * Add integration test for experiment import and export (#2878)
...@@ -133,13 +133,13 @@ UT & IT ...@@ -133,13 +133,13 @@ UT & IT
* Add unit test for nnictl (#2912) * Add unit test for nnictl (#2912)
Documentation Documentation
------------- ^^^^^^^^^^^^^
* Refactor of the document for model compression (#2919) * Refactor of the document for model compression (#2919)
Bug fixes Bug fixes
--------- ^^^^^^^^^
* Bug fix of naïve evolution tuner, correctly deal with trial fails (#2695) * Bug fix of naïve evolution tuner, correctly deal with trial fails (#2695)
...@@ -150,13 +150,13 @@ Bug fixes ...@@ -150,13 +150,13 @@ Bug fixes
* Support boolean type for "choice" hyper-parameter when customizing trial configuration on WebUI (#3003) * Support boolean type for "choice" hyper-parameter when customizing trial configuration on WebUI (#3003)
Release 1.8 - 8/27/2020 Release 1.8 - 8/27/2020
======================= -----------------------
Major updates Major updates
------------- ^^^^^^^^^^^^^
Training service Training service
^^^^^^^^^^^^^^^^ """"""""""""""""
* Access trial log directly on WebUI (local mode only) (#2718) * Access trial log directly on WebUI (local mode only) (#2718)
...@@ -167,7 +167,7 @@ Training service ...@@ -167,7 +167,7 @@ Training service
* Add more log information when copying data in OpenPAI mode (#2702) * Add more log information when copying data in OpenPAI mode (#2702)
WebUI, nnictl and nnicli WebUI, nnictl and nnicli
^^^^^^^^^^^^^^^^^^^^^^^^ """"""""""""""""""""""""
* Improve hyper-parameter parallel coordinates plot (#2691) (#2759) * Improve hyper-parameter parallel coordinates plot (#2691) (#2759)
...@@ -180,14 +180,14 @@ WebUI, nnictl and nnicli ...@@ -180,14 +180,14 @@ WebUI, nnictl and nnicli
* Improve the user experience of `nnicli <https://github.com/microsoft/nni/blob/v1.8/docs/en_US/nnicli_ref.md>`__ with `examples <https://github.com/microsoft/nni/blob/v1.8/examples/notebooks/retrieve_nni_info_with_python.ipynb>`__ (#2713) * Improve the user experience of `nnicli <https://github.com/microsoft/nni/blob/v1.8/docs/en_US/nnicli_ref.md>`__ with `examples <https://github.com/microsoft/nni/blob/v1.8/examples/notebooks/retrieve_nni_info_with_python.ipynb>`__ (#2713)
Neural architecture search Neural architecture search
^^^^^^^^^^^^^^^^^^^^^^^^^^ """"""""""""""""""""""""""
* `Search space zoo: ENAS and DARTS <https://github.com/microsoft/nni/blob/v1.8/docs/en_US/NAS/SearchSpaceZoo.md>`__ (#2589) * `Search space zoo: ENAS and DARTS <https://github.com/microsoft/nni/blob/v1.8/docs/en_US/NAS/SearchSpaceZoo.md>`__ (#2589)
* API to query intermediate results in NAS benchmark (#2728) * API to query intermediate results in NAS benchmark (#2728)
Model compression Model compression
^^^^^^^^^^^^^^^^^ """""""""""""""""
* Support the List/Tuple Construct/Unpack operation for TorchModuleGraph (#2609) * Support the List/Tuple Construct/Unpack operation for TorchModuleGraph (#2609)
...@@ -198,26 +198,26 @@ Model compression ...@@ -198,26 +198,26 @@ Model compression
* TensorFlow v2 support in model compression (#2755) * TensorFlow v2 support in model compression (#2755)
Backward incompatible changes Backward incompatible changes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ """""""""""""""""""""""""""""
* Update the default experiment folder from ``$HOME/nni/experiments`` to ``$HOME/nni-experiments``. If you want to view the experiments created by previous NNI releases, you can move the experiments folders from ``$HOME/nni/experiments`` to ``$HOME/nni-experiments`` manually. (#2686) (#2753) * Update the default experiment folder from ``$HOME/nni/experiments`` to ``$HOME/nni-experiments``. If you want to view the experiments created by previous NNI releases, you can move the experiments folders from ``$HOME/nni/experiments`` to ``$HOME/nni-experiments`` manually. (#2686) (#2753)
* Dropped support for Python 3.5 and scikit-learn 0.20 (#2778) (#2777) (2783) (#2787) (#2788) (#2790) * Dropped support for Python 3.5 and scikit-learn 0.20 (#2778) (#2777) (2783) (#2787) (#2788) (#2790)
Others Others
^^^^^^ """"""
* Upgrade TensorFlow version in Docker image (#2732) (#2735) (#2720) * Upgrade TensorFlow version in Docker image (#2732) (#2735) (#2720)
Examples Examples
-------- ^^^^^^^^
* Remove gpuNum in assessor examples (#2641) * Remove gpuNum in assessor examples (#2641)
Documentation Documentation
------------- ^^^^^^^^^^^^^
* Improve customized tuner documentation (#2628) * Improve customized tuner documentation (#2628)
...@@ -230,7 +230,7 @@ Documentation ...@@ -230,7 +230,7 @@ Documentation
* Improve documentation structure for model compression (#2676) * Improve documentation structure for model compression (#2676)
Bug fixes Bug fixes
--------- ^^^^^^^^^
* Fix mkdir error in training service (#2673) * Fix mkdir error in training service (#2673)
...@@ -246,13 +246,13 @@ Bug fixes ...@@ -246,13 +246,13 @@ Bug fixes
* Fix nnictl experiment delete (#2791) * Fix nnictl experiment delete (#2791)
Release 1.7 - 7/8/2020 Release 1.7 - 7/8/2020
====================== ----------------------
Major Features Major Features
-------------- ^^^^^^^^^^^^^^
Training Service Training Service
^^^^^^^^^^^^^^^^ """"""""""""""""
* Support AML(Azure Machine Learning) platform as NNI training service. * Support AML(Azure Machine Learning) platform as NNI training service.
...@@ -260,7 +260,7 @@ Training Service ...@@ -260,7 +260,7 @@ Training Service
* `Support ignoring files and folders in code directory with .nniignore when uploading code directory to training service <https://github.com/microsoft/nni/blob/v1.7/docs/en_US/TrainingService/Overview.md#how-to-use-training-service>`__. * `Support ignoring files and folders in code directory with .nniignore when uploading code directory to training service <https://github.com/microsoft/nni/blob/v1.7/docs/en_US/TrainingService/Overview.md#how-to-use-training-service>`__.
Neural Architecture Search (NAS) Neural Architecture Search (NAS)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ """"""""""""""""""""""""""""""""
* *
...@@ -270,7 +270,7 @@ Neural Architecture Search (NAS) ...@@ -270,7 +270,7 @@ Neural Architecture Search (NAS)
`Support Classic NAS (i.e., non-weight-sharing mode) on TensorFlow 2.X <https://github.com/microsoft/nni/blob/v1.7/docs/en_US/NAS/ClassicNas.md>`__. `Support Classic NAS (i.e., non-weight-sharing mode) on TensorFlow 2.X <https://github.com/microsoft/nni/blob/v1.7/docs/en_US/NAS/ClassicNas.md>`__.
Model Compression Model Compression
^^^^^^^^^^^^^^^^^ """""""""""""""""
* Improve Model Speedup: track more dependencies among layers and automatically resolve mask conflict, support the speedup of pruned resnet. * Improve Model Speedup: track more dependencies among layers and automatically resolve mask conflict, support the speedup of pruned resnet.
...@@ -283,19 +283,19 @@ Model Compression ...@@ -283,19 +283,19 @@ Model Compression
Update lottery ticket pruner to export winning ticket. Update lottery ticket pruner to export winning ticket.
Examples Examples
^^^^^^^^ """"""""
* Automatically optimize tensor operators on NNI with a new `customized tuner OpEvo <https://github.com/microsoft/nni/blob/v1.7/docs/en_US/TrialExample/OpEvoExamples.md>`__. * Automatically optimize tensor operators on NNI with a new `customized tuner OpEvo <https://github.com/microsoft/nni/blob/v1.7/docs/en_US/TrialExample/OpEvoExamples.md>`__.
Built-in tuners/assessors/advisors Built-in tuners/assessors/advisors
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ """"""""""""""""""""""""""""""""""
* `Allow customized tuners/assessor/advisors to be installed as built-in algorithms <https://github.com/microsoft/nni/blob/v1.7/docs/en_US/Tutorial/InstallCustomizedAlgos.md>`__. * `Allow customized tuners/assessor/advisors to be installed as built-in algorithms <https://github.com/microsoft/nni/blob/v1.7/docs/en_US/Tutorial/InstallCustomizedAlgos.md>`__.
WebUI WebUI
^^^^^ """""
* Support visualizing nested search space more friendly. * Support visualizing nested search space more friendly.
...@@ -303,14 +303,14 @@ WebUI ...@@ -303,14 +303,14 @@ WebUI
* Enhancements to trial duration display. * Enhancements to trial duration display.
Others Others
^^^^^^ """"""
* Provide utility function to merge parameters received from NNI * Provide utility function to merge parameters received from NNI
* Support setting paiStorageConfigName in pai mode * Support setting paiStorageConfigName in pai mode
Documentation Documentation
------------- ^^^^^^^^^^^^^
* Improve `documentation for model compression <https://github.com/microsoft/nni/blob/v1.7/docs/en_US/Compressor/Overview.md>`__ * Improve `documentation for model compression <https://github.com/microsoft/nni/blob/v1.7/docs/en_US/Compressor/Overview.md>`__
...@@ -320,7 +320,7 @@ Documentation ...@@ -320,7 +320,7 @@ Documentation
* Homepage migration to readthedoc. * Homepage migration to readthedoc.
Bug Fixes Bug Fixes
--------- ^^^^^^^^^
* Fix bug for model graph with shared nn.Module * Fix bug for model graph with shared nn.Module
......
...@@ -20,4 +20,4 @@ Neural Network Intelligence ...@@ -20,4 +20,4 @@ Neural Network Intelligence
Research and Publications <ResearchPublications> Research and Publications <ResearchPublications>
FAQ <Tutorial/FAQ> FAQ <Tutorial/FAQ>
How to Contribute <contribution> How to Contribute <contribution>
Changelog <Release> Change Log <Release>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment