Skip to content

Commit a82c685

Browse files
authored
Add links (#167)
1 parent 296b4b1 commit a82c685

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@ VisualDL supports four componments:
2323
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.
2424

2525
<p align="center">
26-
<img src="./images/introduction_graph.png"/>
26+
<img src="./introduction/graph.png" width="60%"/>
2727
</p>
2828

2929
### scalar
3030
Show the error trend throughout the training.
3131

3232
<p align="center">
33-
<img src="./images/introduction_scalar.png"/>
33+
<img src="./introduction/scalar.png" width="60%"/>
3434
</p>
3535

3636
### image
3737
To visualize any tensor, or model generated images
3838

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

4343
### histogram
4444
To visualize the distribution of elements in any tensor
4545

4646
<p align="center">
47-
<img src="./images/introduction_histogram.png"/>
47+
<img src="./introduction/histogram.png" width="60%"/>
4848
</p>
4949

5050
## SDK

0 commit comments

Comments
 (0)