Skip to content

Commit fb711c3

Browse files
committed
Update README
1 parent 49a9984 commit fb711c3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55
飞桨深度学习框架提供了动态图编程的模式来开发深度学习模型,但动态图的反向图调试能力仍存在不足。为了更好地追踪反向图执行流程,本项目为飞桨框架提供了反向图可视化能力。
66

77
## 安装
8-
运行本项目需要提前安装第三方可视化工具包`graphviz`
8+
### paddle 版本
9+
由于是新特性,运行本项目需要从[官网](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/linux-pip.html)安装最新版本的`paddlepaddle`
10+
11+
安装命令
12+
```shell
13+
python -m pip install paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html
14+
```
15+
16+
### 其他依赖包
17+
运行本项目需要提前安装第三方可视化工具包`graphviz`
918

1019
安装命令
1120
```shell

0 commit comments

Comments
 (0)