We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a9984 commit fb711c3Copy full SHA for fb711c3
README.md
@@ -5,7 +5,16 @@
5
飞桨深度学习框架提供了动态图编程的模式来开发深度学习模型,但动态图的反向图调试能力仍存在不足。为了更好地追踪反向图执行流程,本项目为飞桨框架提供了反向图可视化能力。
6
7
## 安装
8
-运行本项目需要提前安装第三方可视化工具包`graphviz`
+### 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`。
18
19
安装命令
20
```shell
0 commit comments