Closed
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
daming-lu
approved these changes
Jan 8, 2018
| # VisualDL (Visualize the Deep Learning) | ||
|
|
||
| ## 介绍 | ||
| VisualDL是一个面向深度学习任务设计的可视化工具,包含了scalar、参数分布、模型结构、图像可视化等功��,项目正处于高速迭代中,新的优化组件会不断加入。 |
jacquesqiao
reviewed
Jan 8, 2018
| VisualDL是一个面向深度学习任务设计的可视化工具,包含了scalar、参数分布、模型结构、图像可视化等功能,项目正处于高速迭代中,新的优化组件会不断加入。 | ||
|
|
||
| 目前大多数DNN���台均使用Python作为配置语言,VisualDL原生支持python的使用, | ||
| 通过在模型配置中添加几行配置,便可以为冷冰冰的训练过程提供丰富的可视化支持。 |
Member
There was a problem hiding this comment.
通过在模型配置中添加几行配置 => "通过在Python训练程序中添加几行代码"
jacquesqiao
reviewed
Jan 8, 2018
| 目前大多数DNN平台均使用Python作为配置语言,VisualDL原生支持python的使用, | ||
| 通过在模型配置中添加几行配置,便可以为冷冰冰的训练过程提供丰富的可视化支持。 | ||
|
|
||
| 除了Python SDK之外,VisualDL底层采用C++编写,其暴露的C++ SDK也可以深入其他的平台中, |
jacquesqiao
reviewed
Jan 8, 2018
| - histogram | ||
|
|
||
| ### graph | ||
| 兼容 ONNX(Open Neural Network Exchange)[https://github.com/onnx/onnx], 通过与 python SDK的结合,VisualDL可以兼容包括 PaddlePaddle, pytorch, mxnet在内的大部分主流DNN平台。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.