Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Keras visualization not working #61

Closed
trent-b opened this issue Mar 12, 2019 · 0 comments
Closed

Keras visualization not working #61

trent-b opened this issue Mar 12, 2019 · 0 comments

Comments

@trent-b
Copy link
Collaborator

trent-b commented Mar 12, 2019

When running the following code:

from keras.utils import plot_model
plot_model(model, to_file='model.png')

I receive the following error:
OSError: pydot failed to call GraphViz.Please install GraphViz (https://www.graphviz.org/) and ensure that its executables are in the $PATH.

From what I've read, GraphViz has to be installed with apt-get, not just with pip.

semperstew added a commit that referenced this issue Mar 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant