Skip to content

Conversation

@Superjomn
Copy link
Contributor

No description provided.

Superjomn and others added 30 commits November 20, 2017 16:58
Superjomn and others added 20 commits January 3, 2018 15:01
…VisualDL-1 into feature/support_pytorch_demo
* optimize sampling * fix comments * len(data) only once
* fix the tooltip index error * frontend add graph
* add graph mock data * rm run parameter * add simple MLP graph * use json format for graph
* change paths * add setup * add packages * update * install ready * restore mock * restore graph_test.sh * move visualdl.py to visualdl as a script * fix setup * remove onnx_pb2.py * fix server_test * add package into tests.sh * add protobuf-compiler for package * recover .git * change script bin visualdl_bin to visualDL * add npm cache * avoid build_frontend in travis-CI * avoid frontend build in travis-CI * add pips * restore protobuf mannul installation * install protobuf * fix package * fix tool
# VisualDL (Visualize the Deep Learning)

## 介绍
VisualDL是一个面向深度学习任务设计的可视化工具,包含了scalar、参数分布、模型结构、图像可视化等功能,项目正处于高速迭代中,新的优化组件会不断加入。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'scalar' 需不需要翻译?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"优化组件" => "组件"

VisualDL是一个面向深度学习任务设计的可视化工具,包含了scalar、参数分布、模型结构、图像可视化等功能,项目正处于高速迭代中,新的优化组件会不断加入。

目前大多数DNN平台均使用Python作为配置语言,VisualDL原生支持python的使用,
通过在模型配置中添加几行配置,便可以为冷冰冰的训练过程提供丰富的可视化支持。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

通过在模型配置中添加几行配置 => "通过在Python训练程序中添加几行代码"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"冷冰冰" 这种词是不是不太好?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python => Python

目前大多数DNN平台均使用Python作为配置语言,VisualDL原生支持python的使用,
通过在模型配置中添加几行配置,便可以为冷冰冰的训练过程提供丰富的可视化支持。

除了Python SDK之外,VisualDL底层采用C++编写,其暴露的C++ SDK也可以深入其他的平台中,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

深入 ==> 集成

- histogram

### graph
兼容 ONNX(Open Neural Network Exchange)[https://github.com/onnx/onnx], 通过与 python SDK的结合,VisualDL可以兼容包括 PaddlePaddle, pytorch, mxnet在内的大部分主流DNN平台。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python => Python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

6 participants