You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,28 +23,28 @@ VisualDL supports four componments:
23
23
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.
24
24
25
25
<palign="center">
26
-
<imgsrc="./images/introduction_graph.png"/>
26
+
<imgsrc="./introduction/graph.png"width="60%"/>
27
27
</p>
28
28
29
29
### scalar
30
30
Show the error trend throughout the training.
31
31
32
32
<palign="center">
33
-
<imgsrc="./images/introduction_scalar.png"/>
33
+
<imgsrc="./introduction/scalar.png"width="60%"/>
34
34
</p>
35
35
36
36
### image
37
37
To visualize any tensor, or model generated images
0 commit comments