From 8834716e21773f248f4fee30092db71c71a67ee6 Mon Sep 17 00:00:00 2001 From: "Xinlan Jia (FA Talent)" Date: Wed, 17 Jul 2019 19:58:30 +0800 Subject: [PATCH 1/6] fixed the broken link --- docs/en_US/Release.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/en_US/Release.md b/docs/en_US/Release.md index a879215b68..af3adb2967 100644 --- a/docs/en_US/Release.md +++ b/docs/en_US/Release.md @@ -1,5 +1,6 @@ # ChangeLog + ## Release 0.9 - 7/1/2019 ### Major Features @@ -95,7 +96,7 @@ ### Major Features -* [Version checking](https://github.com/Microsoft/nni/blob/master/docs/en_US/PaiMode.md#version-check) +* [Version checking](https://github.com/microsoft/nni/blob/master/docs/en_US/TrainingService/PaiMode.md) * check whether the version is consistent between nniManager and trialKeeper * [Report final metrics for early stop job](https://github.com/Microsoft/nni/issues/776) * If includeIntermediateResults is true, the last intermediate result of the trial that is early stopped by assessor is sent to tuner as final result. The default value of includeIntermediateResults is false. @@ -134,8 +135,8 @@ ## Release 0.5.1 - 1/31/2018 ### Improvements -* Making [log directory](https://github.com/Microsoft/nni/blob/v0.5.1/docs/en_US/ExperimentConfig.md) configurable -* Support [different levels of logs](https://github.com/Microsoft/nni/blob/v0.5.1/docs/en_US/ExperimentConfig.md), making it easier for debugging +* Making [log directory](https://github.com/microsoft/nni/blob/v0.5.1/docs/ExperimentConfig.md) configurable +* Support [different levels of logs](https://github.com/microsoft/nni/blob/v0.5.1/docs/ExperimentConfig.md), making it easier for debugging ### Documentation * Reorganized documentation & New Homepage Released: https://nni.readthedocs.io/en/latest/ @@ -301,9 +302,6 @@ * Update ga squad example and related documentation * WebUI UX small enhancement and bug fix -### Known Issues - -[Known Issues in release 0.2.0](https://github.com/Microsoft/nni/labels/nni020knownissues). ## Release 0.1.0 - 9/10/2018 (initial release) @@ -327,6 +325,3 @@ Initial release of Neural Network Intelligence (NNI). * Others * Support simple GPU job scheduling -### Known Issues - -[Known Issues in release 0.1.0](https://github.com/Microsoft/nni/labels/nni010knownissues). From 4f7e066c40b909a1463d076cbcb3488b66b4c831 Mon Sep 17 00:00:00 2001 From: "Xinlan Jia (FA Talent)" Date: Wed, 17 Jul 2019 20:00:12 +0800 Subject: [PATCH 2/6] fixed the broken link --- docs/en_US/Release.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/en_US/Release.md b/docs/en_US/Release.md index af3adb2967..c320ac4feb 100644 --- a/docs/en_US/Release.md +++ b/docs/en_US/Release.md @@ -96,7 +96,7 @@ ### Major Features -* [Version checking](https://github.com/microsoft/nni/blob/master/docs/en_US/TrainingService/PaiMode.md) +* [Version checking](TrainingService/PaiMode.md) * check whether the version is consistent between nniManager and trialKeeper * [Report final metrics for early stop job](https://github.com/Microsoft/nni/issues/776) * If includeIntermediateResults is true, the last intermediate result of the trial that is early stopped by assessor is sent to tuner as final result. The default value of includeIntermediateResults is false. @@ -123,7 +123,7 @@ ### Documentation * Chinese version document: https://nni.readthedocs.io/zh/latest/ * Debuggability/serviceability document: https://nni.readthedocs.io/en/latest/HowToDebug.html -* Tuner assessor reference: https://nni.readthedocs.io/en/latest/sdk_reference.html#tuner +* Tuner assessor reference: https://nni.readthedocs.io/en/latest/sdk_reference.html ### Bug Fixes and Other Changes * Fix a race condition bug that does not store trial job cancel status correctly. @@ -302,6 +302,9 @@ * Update ga squad example and related documentation * WebUI UX small enhancement and bug fix +### Known Issues + +[Known Issues in release 0.2.0](https://github.com/Microsoft/nni/labels/nni020knownissues). ## Release 0.1.0 - 9/10/2018 (initial release) @@ -325,3 +328,6 @@ Initial release of Neural Network Intelligence (NNI). * Others * Support simple GPU job scheduling +### Known Issues + +[Known Issues in release 0.1.0](https://github.com/Microsoft/nni/labels/nni010knownissues). \ No newline at end of file From fd91c0acb798b776ab89f35b4bf55841d9da51ac Mon Sep 17 00:00:00 2001 From: "Xinlan Jia (FA Talent)" Date: Thu, 18 Jul 2019 14:35:26 +0800 Subject: [PATCH 3/6] deleta the known issues item --- docs/en_US/Release.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/en_US/Release.md b/docs/en_US/Release.md index c320ac4feb..1229fb0ca3 100644 --- a/docs/en_US/Release.md +++ b/docs/en_US/Release.md @@ -286,7 +286,6 @@ * UI refactoring, refer to [WebUI doc](Tutorial/WebUI.md) for how to work with the new UI. * Continuous Integration: NNI had switched to Azure pipelines -* [Known Issues in release 0.3.0](https://github.com/Microsoft/nni/labels/nni030knownissues). ## Release 0.2.0 - 9/29/2018 @@ -302,9 +301,6 @@ * Update ga squad example and related documentation * WebUI UX small enhancement and bug fix -### Known Issues - -[Known Issues in release 0.2.0](https://github.com/Microsoft/nni/labels/nni020knownissues). ## Release 0.1.0 - 9/10/2018 (initial release) @@ -328,6 +324,3 @@ Initial release of Neural Network Intelligence (NNI). * Others * Support simple GPU job scheduling -### Known Issues - -[Known Issues in release 0.1.0](https://github.com/Microsoft/nni/labels/nni010knownissues). \ No newline at end of file From 313cc879d6d76a8f4fd7a1e30036a30dfeb9bd55 Mon Sep 17 00:00:00 2001 From: "Xinlan Jia (FA Talent)" Date: Thu, 18 Jul 2019 15:15:38 +0800 Subject: [PATCH 4/6] Microsoft replaced by microsoft --- docs/en_US/Release.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/en_US/Release.md b/docs/en_US/Release.md index 1229fb0ca3..ceae083bf5 100644 --- a/docs/en_US/Release.md +++ b/docs/en_US/Release.md @@ -98,16 +98,16 @@ * [Version checking](TrainingService/PaiMode.md) * check whether the version is consistent between nniManager and trialKeeper -* [Report final metrics for early stop job](https://github.com/Microsoft/nni/issues/776) +* [Report final metrics for early stop job](https://github.com/microsoft/nni/issues/776) * If includeIntermediateResults is true, the last intermediate result of the trial that is early stopped by assessor is sent to tuner as final result. The default value of includeIntermediateResults is false. -* [Separate Tuner/Assessor](https://github.com/Microsoft/nni/issues/841) +* [Separate Tuner/Assessor](https://github.com/microsoft/nni/issues/841) * Adds two pipes to separate message receiving channels for tuner and assessor. * Make log collection feature configurable * Add intermediate result graph for all trials ### Bug fix -* [Add shmMB config key for OpenPAI](https://github.com/Microsoft/nni/issues/842) +* [Add shmMB config key for OpenPAI](https://github.com/microsoft/nni/issues/842) * Fix the bug that doesn't show any result if metrics is dict * Fix the number calculation issue for float types in hyperband * Fix a bug in the search space conversion in SMAC tuner @@ -202,7 +202,7 @@ ### New examples * [FashionMnist](https://github.com/Microsoft/nni/tree/master/examples/trials/network_morphism), work together with network morphism tuner -* [Distributed MNIST example](https://github.com/Microsoft/nni/tree/master/examples/trials/mnist-distributed-pytorch) written in PyTorch +* [Distributed MNIST example](https://github.com/microsoft/nni/tree/master/examples/trials/mnist-distributed-pytorch) written in PyTorch ## Release 0.4 - 12/6/2018 @@ -210,7 +210,7 @@ * [Kubeflow Training service](TrainingService/KubeflowMode.md) * Support tf-operator - * [Distributed trial example](https://github.com/Microsoft/nni/tree/master/examples/trials/mnist-distributed/dist_mnist.py) on Kubeflow + * [Distributed trial example](https://github.com/microsoft/nni/tree/master/examples/trials/mnist-distributed/dist_mnist.py) on Kubeflow * [Grid search tuner](Tuner/GridsearchTuner.md) * [Hyperband tuner](Tuner/HyperbandAdvisor.md) * Support launch NNI experiment on MAC @@ -257,7 +257,7 @@ Each trial job is allocated a unique sequence number, which can be retrieved by nni.get_sequence_id() API. ```bash - git clone -b v0.3 https://github.com/Microsoft/nni.git + git clone -b v0.3 https://github.com/microsoft/nni.git ``` * **nni.report_final_result(result)** API supports more data types for result parameter. @@ -279,8 +279,8 @@ docker pull msranni/nni:latest ``` -* New trial example: [NNI Sklearn Example](https://github.com/Microsoft/nni/tree/master/examples/trials/sklearn) -* New competition example: [Kaggle Competition TGS Salt Example](https://github.com/Microsoft/nni/tree/master/examples/trials/kaggle-tgs-salt) +* New trial example: [NNI Sklearn Example](https://github.com/microsoft/nni/tree/master/examples/trials/sklearn) +* New competition example: [Kaggle Competition TGS Salt Example](https://github.com/microsoft/nni/tree/master/examples/trials/kaggle-tgs-salt) ### Others @@ -291,7 +291,7 @@ ### Major Features -* Support [OpenPAI](https://github.com/Microsoft/pai) Training Platform (See [here](TrainingService/PaiMode.md) for instructions about how to submit NNI job in pai mode) +* Support [OpenPAI](https://github.com/microsoft/pai) Training Platform (See [here](TrainingService/PaiMode.md) for instructions about how to submit NNI job in pai mode) * Support training services on pai mode. NNI trials will be scheduled to run on OpenPAI cluster * NNI trial's output (including logs and model file) will be copied to OpenPAI HDFS for further debugging and checking * Support [SMAC](https://www.cs.ubc.ca/~hutter/papers/10-TR-SMAC.pdf) tuner (See [here](Tuner/SmacTuner.md) for instructions about how to use SMAC tuner) From 2e591de9651d5dc323a4f019d28b6afff3426437 Mon Sep 17 00:00:00 2001 From: "Xinlan Jia (FA Talent)" Date: Thu, 18 Jul 2019 15:20:00 +0800 Subject: [PATCH 5/6] Microsoft replaced by microsoft --- docs/en_US/Release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/Release.md b/docs/en_US/Release.md index ceae083bf5..c0e71d4f96 100644 --- a/docs/en_US/Release.md +++ b/docs/en_US/Release.md @@ -201,7 +201,7 @@ ### New examples -* [FashionMnist](https://github.com/Microsoft/nni/tree/master/examples/trials/network_morphism), work together with network morphism tuner +* [FashionMnist](https://github.com/microsoft/nni/tree/master/examples/trials/network_morphism), work together with network morphism tuner * [Distributed MNIST example](https://github.com/microsoft/nni/tree/master/examples/trials/mnist-distributed-pytorch) written in PyTorch ## Release 0.4 - 12/6/2018 From c413f323e342d5a6be9a31418690667c5c5223d3 Mon Sep 17 00:00:00 2001 From: "Xinlan Jia (FA Talent)" Date: Thu, 18 Jul 2019 15:42:56 +0800 Subject: [PATCH 6/6] fixed the link of readthedocs --- docs/en_US/Release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/Release.md b/docs/en_US/Release.md index c0e71d4f96..ba179f7960 100644 --- a/docs/en_US/Release.md +++ b/docs/en_US/Release.md @@ -122,7 +122,7 @@ ### Documentation * Chinese version document: https://nni.readthedocs.io/zh/latest/ -* Debuggability/serviceability document: https://nni.readthedocs.io/en/latest/HowToDebug.html +* Debuggability/serviceability document: https://nni.readthedocs.io/en/latest/Tutorial/HowToDebug.html * Tuner assessor reference: https://nni.readthedocs.io/en/latest/sdk_reference.html ### Bug Fixes and Other Changes