Skip to content

Instantly share code, notes, and snippets.

@agnesmm

agnesmm/a3g1.py Secret

Created September 18, 2017 12:43
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 agnesmm/531113180d0bc13d5c76d8a3ec458da5 to your computer and use it in GitHub Desktop.
Save agnesmm/531113180d0bc13d5c76d8a3ec458da5 to your computer and use it in GitHub Desktop.
from keras import backend as K
from keras.applications.vgg16 import VGG16
model = VGG16()
print(model.summary())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment