未验证 提交 fa7b30e0 编写于 作者: Q Qiao Longfei 提交者: GitHub

add quick start (#191)

上级 cec18b1f
......@@ -48,6 +48,18 @@ VisualDL 目前支持4种组件:
<img src="https://github.com/daming-lu/large_files/blob/master/histogram.gif" width="60%"/>
</p>
## 快速尝试
```
# 安装
pip install --upgrade visualdl
# 运行一个例子
vdl_scratch.py
visualDL --logdir=scratch_log --port=8080
# 访问 http://127.0.0.1:8080
```
## SDK
VisualDL 同时提供了python SDK 和 C++ SDK 来实现不同方式的使用。
### Python SDK
......
......@@ -55,6 +55,18 @@ Histogram can be used to visualize parameter distribution and trends for any ten
<img src="https://github.com/daming-lu/large_files/blob/master/histogram.gif" width="60%"/>
</p>
## Quick Start
```
# install
pip install --upgrade visualdl
# run a demo
vdl_scratch.py
visualDL --logdir=scratch_log --port=8080
# visit http://127.0.0.1:8080
```
## SDK
VisualDL provides both Python SDK and C++ SDK in order to fit more use cases.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册