-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc/init Chinese doc #68
doc/init Chinese doc #68
Conversation
…re-commit-backend-autostyle
…ackend-autostyle
…ackend_scalar_interface
frontend first commit
add express and webpack-dev-middleware
change front static replace root
Server with frontend files
…re/support_pytorch_demo
…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、参数分布、模型结构、图像可视化等功能,项目正处于高速迭代中,新的优化组件会不断加入。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'scalar' 需不需要翻译?
There was a problem hiding this comment.
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的使用, | ||
通过在模型配置中添加几行配置,便可以为冷冰冰的训练过程提供丰富的可视化支持。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
通过在模型配置中添加几行配置
=> "通过在Python训练程序中添加几行代码"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"冷冰冰" 这种词是不是不太好?
There was a problem hiding this comment.
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也可以深入其他的平台中, |
There was a problem hiding this comment.
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平台。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python => Python
No description provided.