-
-
Save henry0312/0007239173035d8bc5725647a2f2a552 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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