From fcb347295302c0016367d8b21c7b62b552333ed3 Mon Sep 17 00:00:00 2001 From: YixinKristy <48054808+YixinKristy@users.noreply.github.com> Date: Fri, 21 Aug 2020 19:41:14 +0800 Subject: [PATCH] update another readme-en (#768) * Update README-en.md * Update README.md * Update README.md * Update README.md * Update UserGuide-en.md * Update README-en.md * Update UserGuide-en.md * Update UserGuide-en.md * Update README-en.md --- docs/README-en.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/README-en.md b/docs/README-en.md index 01a4d405..ecb4f977 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -188,7 +188,7 @@ app.run(logdir="./log") After launching the panel by one of the above methods, developers can see the visualization results on the browser shown as blow:
- +
@@ -212,7 +212,7 @@ After the launchment of VisualDL Board, the LogReader will continuously record t Developers can compare with multiple experiments by specifying and uploading the path of each experiment at the same time so as to visualize the same parameters in the same chart.- +
@@ -220,14 +220,14 @@ Developers can compare with multiple experiments by specifying and uploading the **Image** provides real-time visualizations of the image data during the training process, allowing developers to observe the changes of images in different training stages and to deeply understand the effects of the training process.- +
### Audio **Audio** aims to allow developers to listen to the audio data in real-time during the training process, helping developers to monitor the process of speech recognition and text-to-speech.- +
### Graph @@ -235,7 +235,7 @@ Developers can compare with multiple experiments by specifying and uploading the **Graph** enables developers to visualize model structures by only one click. Moreover, **Graph** allows Developers to explore model attributes, node information, node input and output. aiding them analyze model structure quickly and understand the direction of data flow easily.- +
### Histogram @@ -245,14 +245,14 @@ Histogram displays how the trend of tensors (weight, bias, gradient, etc.) chang - Offset Mode- +
- Overlay Mode- +
### High Dimensional @@ -260,7 +260,7 @@ Histogram displays how the trend of tensors (weight, bias, gradient, etc.) chang **High Dimensional** provides two approaches--T-SNE and PCA--to do the dimensionality reduction, allowing developers to have an in-depth analysis of the relationship between high-dimensional data and to optimize algorithms based on the analysis.- +
## Contribution -- GitLab