Skip to content

Instantly share code, notes, and snippets.

@henry0312
Created May 31, 2016 05:27
Show Gist options
  • Save henry0312/0007239173035d8bc5725647a2f2a552 to your computer and use it in GitHub Desktop.
Save henry0312/0007239173035d8bc5725647a2f2a552 to your computer and use it in GitHub Desktop.
from keras.models import model_from_json
model = model_from_json(open('my_model_architecture.json').read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment