-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
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) |
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.
“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) |
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.
I think you could leave the Chinese doc and let Teacher Song to change it.
docs/en_US/Tutorial/TuningSystems.md
Outdated
@@ -0,0 +1,8 @@ | |||
# Automatically tune systems with NNI |
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.
Do not put in Tutorial. You could put into "Advanced Feature" folder
docs/en_US/Tutorial/TuningSystems.md
Outdated
@@ -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. |
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.
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) |
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.
do not change here.
No description provided.