Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Add Docs for Tuning Systems with NNI #1715

Merged
merged 5 commits into from
Nov 11, 2019
Merged

Add Docs for Tuning Systems with NNI #1715

merged 5 commits into from
Nov 11, 2019

Conversation

gxiaotian
Copy link

No description provided.

README.md Outdated
@@ -327,6 +327,7 @@ Maybe you want to read:
* [Implement TrainingService in NNI](docs/en_US/TrainingService/HowToImplementTrainingService.md)
* [Use Genetic Algorithm to find good model architectures for Reading Comprehension task](docs/en_US/TrialExample/SquadEvolutionExamples.md)
* [Advanced Neural Architecture Search](docs/en_US/AdvancedFeature/AdvancedNas.md)
* [Automatically tune systems with NNI](docs/en_US/Tutorial/TuningSystems.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“Automatically tune"--> "Automatically tuning"?

README_zh_CN.md Outdated
@@ -314,6 +314,7 @@ You can use these commands to get more information about the experiment
* [实现 NNI 训练平台](docs/zh_CN/TrainingService/HowToImplementTrainingService.md)
* [使用进化算法为阅读理解任务找到好模型](docs/zh_CN/TrialExample/SquadEvolutionExamples.md)
* [高级神经网络架构搜索](docs/zh_CN/AdvancedFeature/AdvancedNas.md)
* [为系统自动调参](docs/zh_CN/Tutorial/TuningSystems.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you could leave the Chinese doc and let Teacher Song to change it.

docs/en_US/Tutorial/TuningSystems.md Outdated Show resolved Hide resolved
@@ -0,0 +1,8 @@
# Automatically tune systems with NNI
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not put in Tutorial. You could put into "Advanced Feature" folder

@@ -0,0 +1,8 @@
# Automatically tune systems with NNI

As computer systems and networking get increasingly complicated, optimizing them manually with explicit rules and heuristics becomes harder than ever before, sometimes impossible. At Microsoft Research Asia, our AutoSys project applies learning techniques provided by NNI to large-scale system performance tuning. Based on AutoSys, we have built a tool to help many crucial system scenarios within Microsoft. These scenarios include multimedia search for Bing (e.g., tail latency reduced by up to ~40%, and capacity increased by up to ~30%), job scheduling for Bing Ads (e.g., tail latency reduced by up to ~13%), and so on.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due the nni is an opensource project, I think we don't need to Mention "MSR...Autosys project"...

You could delete it "At Microsoft Research Asia, our AutoSys project applies learning techniques provided by NNI to large-scale system performance tuning."

Also delete " These scenarios include multimedia search for Bing (e.g., tail latency reduced by up to ~40%, and capacity increased by up to ~30%), job scheduling for Bing Ads (e.g., tail latency reduced by up to ~13%), and so on"

@@ -359,4 +359,4 @@ You can use these commands to get more information about the experiment

## **许可协议**

代码库遵循 [MIT 许可协议](LICENSE)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not change here.

@QuanluZhang QuanluZhang closed this Nov 9, 2019
@QuanluZhang QuanluZhang reopened this Nov 9, 2019
@xuehui1991 xuehui1991 merged commit bf23601 into microsoft:master Nov 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants