diff --git a/docs/README-en.md b/docs/README-en.md index 01a4d405ff0c80b719db282584dc7db0bad59538..ecb4f97781766892b6689d2572055dfcbb9c7f7f 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