diff --git a/README.cn.md b/README.cn.md index b74e9285aaac608ec52ac3ee98ada70bbd80a9bc..3af30651062851af971bc141d47108e300f2868b 100644 --- a/README.cn.md +++ b/README.cn.md @@ -17,25 +17,28 @@ VisualDL是一个面向深度学习任务设计的可视化工具,包含了sca 实现原生的性能和定制效果。 ## 组件 -VisualDL 目前支持4种组件: +VisualDL 目前支持以下组件: -- graph - scalar -- image - histogram +- image +- audio +- graph +- high dimensional -### Graph -兼容 ONNX(Open Neural Network Exchange)[https://github.com/onnx/onnx], 通过与 python SDK的结合,VisualDL可以兼容包括 PaddlePaddle, pytorch, mxnet在内的大部分主流DNN平台。 +### Scalar +可以用于展示训练测试的误差趋势
- +
-### Scalar -可以用于展示训练测试的误差趋势 +### Histogram + +用于可视化任何tensor中元素分布的变化趋势- +
### Image @@ -45,12 +48,21 @@ VisualDL 目前支持4种组件: -### Histogram +### Audio +可用于播放输入或生成的音频样本 -用于可视化任何tensor中元素分布的变化趋势 +### Graph +兼容 ONNX(Open Neural Network Exchange)[https://github.com/onnx/onnx], 通过与 python SDK的结合,VisualDL可以兼容包括 PaddlePaddle, pytorch, mxnet在内的大部分主流DNN平台。- + +
+ +### High Dimensional +用高维度数据映射在2D/3D来可视化嵌入 + ++
## 快速尝试 @@ -219,7 +231,7 @@ board 还支持一下参数来实现远程的访问: - `--host` 设定IP - `--port` 设定端口 -- `--model_pb` 指定 ONNX 格式的模型文件 +- `-m / --model_pb` 指定 ONNX 格式的模型文件 ### 贡献 diff --git a/README.md b/README.md index ebed2a17c2269d879c128a3b2b3fd309b7463bca..cbde58e0ac91f970c43e07845380b531b4c46ecf 100644 --- a/README.md +++ b/README.md @@ -21,28 +21,27 @@ can be integrated into other platforms. ## Component -VisualDL now provides 4 components: +VisualDL provides following components: -- graph - scalar -- image - histogram +- image +- audio +- graph +- high dimensional -### Graph -Graph is compatible with ONNX ([Open Neural Network Exchange](https://github.com/onnx/onnx)), -Cooperated with Python SDK, VisualDL can be compatible with most major DNN frameworks, including -PaddlePaddle, PyTorch and MXNet. +### Scalar +Scalar can be used to show the trends of error during training.- +
-### Scalar -Scalar can be used to show the trends of error during training. - +### Histogram +Histogram can be used to visualize parameter distribution and trends for any tensor.- +
### Image @@ -52,11 +51,23 @@ Image can be used to visualize any tensor or intermediate generated image. -### Histogram -Histogram can be used to visualize parameter distribution and trends for any tensor. +### Audio +Audio can be used to play input audio samples or generated audio samples. + +### Graph +Graph is compatible with ONNX ([Open Neural Network Exchange](https://github.com/onnx/onnx)), +Cooperated with Python SDK, VisualDL can be compatible with most major DNN frameworks, including +PaddlePaddle, PyTorch and MXNet.- + +
+ +### High Dimensional +High Dimensional can be used to visualize data embeddings by projecting high-dimensional data into 2D / 3D. + ++
## Quick Start @@ -233,7 +244,7 @@ visualDL also supports following optional parameters: - `--host` set IP - `--port` set port -- `--model_pb` specify ONNX format for model file to view graph +- `-m / --model_pb` specify ONNX format for model file to view graph ### Contribute diff --git a/docs/getting_started/introduction_cn.md b/docs/getting_started/introduction_cn.md index ecb17cc9a17280bb56758e83f084a40bf29f9ae9..122a94aa25c18225cf7e4638a1cdb9b18211ca1e 100644 --- a/docs/getting_started/introduction_cn.md +++ b/docs/getting_started/introduction_cn.md @@ -46,7 +46,7 @@ for step in steps: - 启动visualdl service即可通过浏览器查看日志的可视化结果。 ```shell -visualdl --logdir ./log --port 8080 +visualdl --logdir ./log --model_pb