Skip to content

Instantly share code, notes, and snippets.

@FavioVazquez
Created May 2, 2018 16:02
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 FavioVazquez/bc7d280cd98a7112cb96f13cded20259 to your computer and use it in GitHub Desktop.
Save FavioVazquez/bc7d280cd98a7112cb96f13cded20259 to your computer and use it in GitHub Desktop.
from keras.applications import InceptionV3
model = InceptionV3(weights="imagenet")
model.save('model-full.h5') # saves to the local filesystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment