Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b84c50c

Browse files
QuanluZhangyds05
authored andcommittedOct 6, 2018
Update doc image (#163)
* update doc * trivial * trivial * trivial * trivial * trivial * trivial * update image * update image size
1 parent 33f3501 commit b84c50c

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed
 

‎README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,10 @@
55
NNI (Neural Network Intelligence) is a toolkit to help users run automated machine learning experiments.
66
The tool dispatches and runs trial jobs that generated by tuning algorithms to search the best neural architecture and/or hyper-parameters in different environments (e.g. local machine, remote servers and cloud).
77

8-
```
9-
AutoML experiment Training Services
10-
┌────────┐ ┌────────────────────────┐ ┌────────────────┐
11-
│ nnictl │ ─────> │ nni_manager │ │ Local Machine │
12-
└────────┘ │ sdk/tuner │ └────────────────┘
13-
│ hyperopt_tuner │
14-
│ evolution_tuner │ trial jobs ┌────────────────┐
15-
│ ... │ ────────> │ Remote Servers │
16-
├────────────────────────┤ └────────────────┘
17-
│ trial job source code │
18-
│ sdk/annotation │ ┌────────────────┐
19-
├────────────────────────┤ │ Yarn,K8s, │
20-
│ nni_board │ │ ... │
21-
└────────────────────────┘ └────────────────┘
22-
```
8+
<p align="center">
9+
<img src="./docs/nni_overview.png" alt="drawing" width="800"/>
10+
</p>
11+
2312
## **Who should consider using NNI**
2413
* You want to try different AutoML algorithms for your training code (model) at local
2514
* You want to run AutoML trial jobs in different environments to speed up search (e.g. remote servers and cloud)

‎docs/nni_overview.png

56.4 KB
Loading

0 commit comments

Comments
 (0)
This repository has been archived.