Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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