Skip to content

Commit 342e9f6

Browse files
Update README.md
1 parent 540a5eb commit 342e9f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,3 +985,13 @@ If you run the project after this, the GPU should be correctly picked up:
985985

986986
![image](https://user-images.githubusercontent.com/7347994/190925144-a1b5d934-683f-4d43-a083-fd7c927ed6c5.png)
987987

988+
# 6) Graphviz installation
989+
990+
if you see this message, then you need to install GraphViz library:
991+
992+
```bash
993+
You must install pydot (`pip install pydot`) and install graphviz (see instructions at https://graphviz.gitlab.io/download/) for plot_model/model_to_dot to work.
994+
```
995+
996+
- https://graphviz.gitlab.io/download/
997+

0 commit comments

Comments
 (0)