diff --git a/README.md b/README.md
index 47b8c9c16..ac71dee65 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
VisualDL, a visualization analysis tool of PaddlePaddle, provides a variety of charts to show the trends of parameters, and visualizes model structures, data samples, histograms of tensors, PR curves , ROC curves and high-dimensional data distributions. It enables users to understand the training process and the model structure more clearly and intuitively so as to optimize models efficiently.
-VisualDL provides various visualization functions, including **tracking metrics in real-time, visualizing the model structure, displaying the data sample, visualizing the relationship between hyperparameters and model metrics, presenting the changes of distributions of tensors, showing the pr curves, projecting high-dimensional data to a lower dimensional space and more.** Additionally, VisualDL provides VDL.service, which enables developers easily to save, track and share visualization results of experiments. For specific guidelines of each function, please refer to [**VisualDL User Guide**](./docs/components/README.md). For up-to-date experience, please feel free to try our [**Online Demo**](https://www.paddlepaddle.org.cn/paddle/visualdl/demo). Currently, VisualDL iterates rapidly and new functions will be continuously added.
+VisualDL provides various visualization functions, including **tracking metrics in real-time, visualizing the model structure, displaying the data sample, visualizing the relationship between hyperparameters and model metrics, presenting the changes of distributions of tensors, showing the pr curves, projecting high-dimensional data to a lower dimensional space, visualize the model and more.** Additionally, VisualDL provides VDL.service, which enables developers easily to save, track and share visualization results of experiments. For specific guidelines of each function, please refer to [**VisualDL User Guide**](./docs/components/README.md). For up-to-date experience, please feel free to try our [**Online Demo**](https://www.paddlepaddle.org.cn/paddle/visualdl/demo). Currently, VisualDL iterates rapidly and new functions will be continuously added.
Browsers supported by VisualDL are:
@@ -392,6 +392,108 @@ Developers can compare multiple experiments by specifying and uploading the path
+
+
+
+
+
+
+
+
PeterPanZH | Niandalu |
PeterPanZH | Niandalu | AuroraHuiyan |
PeterPanZH | Niandalu |
PeterPanZH | Niandalu | AuroraHuiyan |
{t('model-visual:tools.behavior-controller')}
++ {t('model-visual:node-id')}: + {id || t('model-visual:none-data')} +
++ {t('model-visual:node-pos')}: + {(x && y) ? `[${x}, ${y}]` : t('model-visual:none-data')} +
+