Skip to content

Instantly share code, notes, and snippets.

@frankchen0130
Created December 18, 2017 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankchen0130/352578c311c89c7f781b1c0faface9e1 to your computer and use it in GitHub Desktop.
Save frankchen0130/352578c311c89c7f781b1c0faface9e1 to your computer and use it in GitHub Desktop.
keras: plot model to png image file
from keras.utils import plot_model
plot_model(happyModel, to_file='HappyModel.png')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment