Skip to content

Instantly share code, notes, and snippets.

@Crazz-Zaac
Created January 2, 2021 09:37
Show Gist options
  • Save Crazz-Zaac/830fe59218a10b4c72b584099b54a023 to your computer and use it in GitHub Desktop.
Save Crazz-Zaac/830fe59218a10b4c72b584099b54a023 to your computer and use it in GitHub Desktop.
Summarizing the created model
##prints the details of your layers in a table.
happyModel.summary()
##plots a graph of all the steps taken to build the model.
##You can also save it in .png or .svg format
plot_model(happyModel, to_file='HappyModel.png')
SVG(model_to_dot(happyModel).create(prog='dot', format='svg'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment