From eaf421206d42537f956f46ba2945335d060e21ea Mon Sep 17 00:00:00 2001 From: suiguoxin Date: Mon, 12 Aug 2019 11:44:02 +0800 Subject: [PATCH 01/42] squash commits in v1.0 first round bug bash --- README_zh_CN.md | 94 +++++++++--------- deployment/docker/Dockerfile | 2 +- .../TrainingService/SupportTrainingService.md | 36 +++++++ docs/en_US/Tutorial/Nnictl.md | 5 +- docs/en_US/Tutorial/WebUI.md | 8 +- docs/img/webui-img/compare.png | Bin 49953 -> 44081 bytes docs/img/webui-img/filter-intermediate.png | Bin 90864 -> 46013 bytes docs/img/webui-img/trials_intermeidate.png | Bin 131628 -> 68673 bytes .../training_service/common/util.ts | 15 +-- .../training_service/local/gpuScheduler.ts | 5 +- .../local/localTrainingService.ts | 52 +++++----- .../remoteMachineTrainingService.ts | 6 +- src/webui/src/components/Modal/Compare.tsx | 6 +- src/webui/src/components/TrialsDetail.tsx | 2 +- .../{Intermeidate.tsx => Intermediate.tsx} | 4 +- .../src/components/trial-detail/TableList.tsx | 4 +- src/webui/src/static/const.ts | 4 +- src/webui/src/static/style/compare.scss | 2 +- src/webui/src/static/style/trialsDetail.scss | 4 +- test/config_test.py | 2 - test/naive_test.py | 8 +- test/remote_docker.py | 2 +- tools/bash-completion | 2 +- tools/nni_cmd/config_schema.py | 12 +-- tools/nni_cmd/launcher.py | 4 +- tools/nni_cmd/nnictl.py | 1 + tools/nni_cmd/nnictl_utils.py | 19 ++-- tools/nni_gpu_tool/gpu_metrics_collector.py | 39 ++++++-- 28 files changed, 200 insertions(+), 138 deletions(-) create mode 100644 docs/en_US/TrainingService/SupportTrainingService.md rename src/webui/src/components/trial-detail/{Intermeidate.tsx => Intermediate.tsx} (99%) diff --git a/README_zh_CN.md b/README_zh_CN.md index cdd5bf7cff..75f1181a37 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -4,7 +4,7 @@ * * * -[![MIT 许可证](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) [![生成状态](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/Microsoft.nni)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=6) [![问题](https://img.shields.io/github/issues-raw/Microsoft/nni.svg)](https://github.com/Microsoft/nni/issues?q=is%3Aissue+is%3Aopen) [![Bug](https://img.shields.io/github/issues/Microsoft/nni/bug.svg)](https://github.com/Microsoft/nni/issues?q=is%3Aissue+is%3Aopen+label%3Abug) [![拉取请求](https://img.shields.io/github/issues-pr-raw/Microsoft/nni.svg)](https://github.com/Microsoft/nni/pulls?q=is%3Apr+is%3Aopen) [![版本](https://img.shields.io/github/release/Microsoft/nni.svg)](https://github.com/Microsoft/nni/releases) [![进入 https://gitter.im/Microsoft/nni 聊天室提问](https://badges.gitter.im/Microsoft/nni.svg)](https://gitter.im/Microsoft/nni?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![文档状态](https://readthedocs.org/projects/nni/badge/?version=latest)](https://nni.readthedocs.io/en/latest/?badge=latest) +[![MIT 许可证](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) [![生成状态](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/Microsoft.nni)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=6) [![问题](https://img.shields.io/github/issues-raw/Microsoft/nni.svg)](https://github.com/Microsoft/nni/issues?q=is%3Aissue+is%3Aopen) [![Bug](https://img.shields.io/github/issues/Microsoft/nni/bug.svg)](https://github.com/Microsoft/nni/issues?q=is%3Aissue+is%3Aopen+label%3Abug) [![拉取请求](https://img.shields.io/github/issues-pr-raw/Microsoft/nni.svg)](https://github.com/Microsoft/nni/pulls?q=is%3Apr+is%3Aopen) [![版本](https://img.shields.io/github/release/Microsoft/nni.svg)](https://github.com/Microsoft/nni/releases) [![进入 https://gitter.im/Microsoft/nni 聊天室提问](https://badges.gitter.im/Microsoft/nni.svg)](https://gitter.im/Microsoft/nni?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![文档状态](https://readthedocs.org/projects/nni/badge/?version=latest)](https://nni.readthedocs.io/zh/latest/?badge=latest) [English](README.md) @@ -47,40 +47,40 @@ NNI (Neural Network Intelligence) 是自动机器学习(AutoML)的工具包 - Tuner(调参器) + Tuner(调参器)
- Assessor(评估器) + Assessor(评估器) -
  • Tuner for NAS
  • +
  • Tuner for NAS