Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
VisualDL
提交
915c2575
V
VisualDL
项目概览
PaddlePaddle
/
VisualDL
大约 1 年 前同步成功
通知
88
Star
4655
Fork
642
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
5
Wiki
分析
仓库
DevOps
项目成员
Pages
V
VisualDL
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
5
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
915c2575
编写于
7月 24, 2018
作者:
N
Nicky Chan
提交者:
daminglu
7月 24, 2018
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update README to include Audio and High dimensional and screenshot, r… (#475)
上级
2c399c08
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
65 addition
and
42 deletion
+65
-42
README.cn.md
README.cn.md
+25
-13
README.md
README.md
+27
-16
docs/getting_started/introduction_cn.md
docs/getting_started/introduction_cn.md
+1
-1
docs/getting_started/introduction_en.md
docs/getting_started/introduction_en.md
+2
-2
docs/getting_started/quick_start_cn.md
docs/getting_started/quick_start_cn.md
+1
-1
docs/getting_started/quick_start_en.md
docs/getting_started/quick_start_en.md
+1
-1
frontend/src/common/component/AppMenu.vue
frontend/src/common/component/AppMenu.vue
+8
-8
未找到文件。
README.cn.md
浏览文件 @
915c2575
...
...
@@ -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
可以用于展示训练测试的误差趋势
<p
align=
"center"
>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/graph_demo.gif"
width=
"60%"
/>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/loss_scalar.gif"
width=
"60%"
/>
</p>
### Scalar
可以用于展示训练测试的误差趋势
### Histogram
用于可视化任何tensor中元素分布的变化趋势
<p
align=
"center"
>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/
loss_scalar
.gif"
width=
"60%"
/>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/
histogram
.gif"
width=
"60%"
/>
</p>
### Image
...
...
@@ -45,12 +48,21 @@ VisualDL 目前支持4种组件:
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/loss_image.gif"
width=
"60%"
/>
</p>
### Histogram
### Audio
可用于播放输入或生成的音频样本
用于可视化任何tensor中元素分布的变化趋势
### Graph
兼容 ONNX(Open Neural Network Exchange)[https://github.com/onnx/onnx], 通过与 python SDK的结合,VisualDL可以兼容包括 PaddlePaddle, pytorch, mxnet在内的大部分主流DNN平台。
<p
align=
"center"
>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/histogram.gif"
width=
"60%"
/>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/graph_demo.gif"
width=
"60%"
/>
</p>
### High Dimensional
用高维度数据映射在2D/3D来可视化嵌入
<p
align=
"center"
>
<img
src=
"https://raw.githubusercontent.com/PaddlePaddle/VisualDL/develop/docs/getting_started/high_dimensional_3d.png"
width=
"60%"
/>
</p>
## 快速尝试
...
...
@@ -219,7 +231,7 @@ board 还支持一下参数来实现远程的访问:
- `--host` 设定IP
- `--port` 设定端口
- `--model_pb` 指定 ONNX 格式的模型文件
- `-
m / -
-model_pb` 指定 ONNX 格式的模型文件
### 贡献
...
...
README.md
浏览文件 @
915c2575
...
...
@@ -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.
<p
align=
"center"
>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/graph_demo.gif"
width=
"60%"
/>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/loss_scalar.gif"
width=
"60%"
/>
</p>
### 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.
<p
align=
"center"
>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/
loss_scalar
.gif"
width=
"60%"
/>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/
histogram
.gif"
width=
"60%"
/>
</p>
### Image
...
...
@@ -52,11 +51,23 @@ Image can be used to visualize any tensor or intermediate generated image.
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/loss_image.gif"
width=
"60%"
/>
</p>
### 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.
<p
align=
"center"
>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/histogram.gif"
width=
"60%"
/>
<img
src=
"https://raw.githubusercontent.com/daming-lu/large_files/master/graph_demo.gif"
width=
"60%"
/>
</p>
### High Dimensional
High Dimensional can be used to visualize data embeddings by projecting high-dimensional data into 2D / 3D.
<p
align=
"center"
>
<img
src=
"https://raw.githubusercontent.com/PaddlePaddle/VisualDL/develop/docs/getting_started/high_dimensional_3d.png"
width=
"60%"
/>
</p>
## 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
...
...
docs/getting_started/introduction_cn.md
浏览文件 @
915c2575
...
...
@@ -46,7 +46,7 @@ for step in steps:
-
启动visualdl service即可通过浏览器查看日志的可视化结果。
```
shell
visualdl
--logdir
./log
--
port
8080
visualdl
--logdir
./log
--
model_pb
<path_to_onnx_model>
# onnx model and port are optional
```
### 功能全
1.
Scalar. 支持Scalar打点数据展示,如上图所示:
...
...
docs/getting_started/introduction_en.md
浏览文件 @
915c2575
...
...
@@ -48,7 +48,7 @@ for step in steps:
-
Launch Visual DL service and you can see the visualization results.
```
shell
visualdl
--logdir
./log
--
port
8080
visualdl
--logdir
./log
--
model_pb
<path_to_onnx_model>
--port
8080
# onnx model and port are optional
```
### Comprehensive Usability
...
...
@@ -92,7 +92,7 @@ show the trend of parameter distribution.
<img
src=
"https://raw.githubusercontent.com/PaddlePaddle/VisualDL/develop/docs/getting_started/graph.png"
height=
"250"
width=
"400"
/>
</p>
6.
High Dimensional: visualize data embeddings by project
s
high-dimensional data into 2D / 3D.
6.
High Dimensional: visualize data embeddings by project
ing
high-dimensional data into 2D / 3D.
-
Help users understand the similarity, correlation of different objects (e.g. word / image)
-
Map objects to vectors in vector space to visualize distance of neighbors and form clusters
-
Support dimension reduction algorithm like PCA, T-SNE
...
...
docs/getting_started/quick_start_cn.md
浏览文件 @
915c2575
...
...
@@ -88,7 +88,7 @@ VisualDL 的 C++ SDK 与 Python 的基本一致,上面Python示例对应的C++
VisualDL 支持开源的
[
ONNX
](
https://github.com/onnx/onnx
)
模型结构的可视化,目前ONNX支持包括
`pytorch`
,
`Caffe2`
,
`Caffe`
,
`MxNet`
在内的多种深度学习平台的模型结构的转化。
```
visualdl --logdir somedir --model_pb <path_to_model>
visualdl --logdir somedir --model_pb <path_to_
onnx_
model>
```
比如mnist,会得到如下graph
...
...
docs/getting_started/quick_start_en.md
浏览文件 @
915c2575
...
...
@@ -95,7 +95,7 @@ VisualDL supports the visualization for the format in [ONNX](https://github.com/
Currently, ONNX supports format conversion among various deep learning frameworks such as
`MXNet`
,
`PyTorch`
,
`Caffe2`
,
`Caffe`
.
```
visualdl --logdir somedir --model_pb <path_to_model>
visualdl --logdir somedir --model_pb <path_to_
onnx_
model>
```
For example, for the MNIST dataset, Graph component can render model graph as below:
...
...
frontend/src/common/component/AppMenu.vue
浏览文件 @
915c2575
...
...
@@ -38,6 +38,11 @@ export default {
title
:
'
SCALARS
'
,
name
:
'
scalars
'
,
},
{
url
:
'
/histograms
'
,
title
:
'
HISTOGRAMS
'
,
name
:
'
histograms
'
,
},
{
url
:
'
/images
'
,
title
:
'
IMAGES
'
,
...
...
@@ -49,20 +54,15 @@ export default {
name
:
'
audio
'
,
},
{
url
:
'
/
histogram
s
'
,
title
:
'
HISTOGRAM
S
'
,
name
:
'
histogram
s
'
,
url
:
'
/
text
s
'
,
title
:
'
TEXT
S
'
,
name
:
'
text
s
'
,
},
{
url
:
'
/graphs
'
,
title
:
'
GRAPHS
'
,
name
:
'
graphs
'
,
},
{
url
:
'
/texts
'
,
title
:
'
TEXTS
'
,
name
:
'
texts
'
,
},
{
url
:
'
/HighDimensional
'
,
title
:
'
HighDimensional
'
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录