"...ops/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "8c4c9aee4fff9dd4072f1c7e174592cc3d2a2052"
Unverified Commit c5e3bad9 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Readme figure update (#4677)

parent 3b753d3d
...@@ -32,7 +32,9 @@ NNI automates feature engineering, neural architecture search, hyperparameter tu ...@@ -32,7 +32,9 @@ NNI automates feature engineering, neural architecture search, hyperparameter tu
## NNI capabilities in a glance ## NNI capabilities in a glance
(TBD: figures and tables) <img src="docs/img/overview.svg" width="100%"/>
(TBD: table)
## Installation ## Installation
...@@ -45,11 +47,13 @@ $ pip install nni ...@@ -45,11 +47,13 @@ $ pip install nni
``` ```
To update NNI to the latest version, add `--upgrade` flag to the above commands. To update NNI to the latest version, add `--upgrade` flag to the above commands.
(TBD: build from soure link)
## Run your first experiment ## Run your first experiment
[comment]: <> delete this before next release
**NOTE:** To run an experiment following instructions below, you need to build NNI from source. Installing from pip won't work until next release.
To run this experiment, you need to have [PyTorch](https://pytorch.org/) (as well as [torchvision](https://pytorch.org/vision/stable/index.html)) installed. To run this experiment, you need to have [PyTorch](https://pytorch.org/) (as well as [torchvision](https://pytorch.org/vision/stable/index.html)) installed.
```shell ```shell
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment