Skip to content

Commit

Permalink
Add links (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
daming-lu authored Jan 16, 2018
1 parent 296b4b1 commit a82c685
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ VisualDL supports four componments:
Compatible with ONNX (Open Neural Network Exchange) [https://github.com/onnx/onnx]. VisualDL is compatible with the mainstream DNN platforms such as PaddlePaddle, Pytorch, and MXNet through Python SDK.

<p align="center">
<img src="./images/introduction_graph.png"/>
<img src="./introduction/graph.png" width="60%"/>
</p>

### scalar
Show the error trend throughout the training.

<p align="center">
<img src="./images/introduction_scalar.png"/>
<img src="./introduction/scalar.png" width="60%"/>
</p>

### image
To visualize any tensor, or model generated images

<p align="center">
<img src="./images/introduction_image.png"/>
<img src="./introduction/image-gan.png" width="60%"/>
</p>

### histogram
To visualize the distribution of elements in any tensor

<p align="center">
<img src="./images/introduction_histogram.png"/>
<img src="./introduction/histogram.png" width="60%"/>
</p>

## SDK
Expand Down

0 comments on commit a82c685

Please sign in to comment.