Last active
July 18, 2018 10:41
-
-
Save MattKovtun/ce6e5586d45588f3f4d0e80ae67fceb4 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
# Your training happens here | |
# Hundreds and hundreds of layers | |
# Stacked to create the greatest model ever | |
# don't forget saving to json format | |
import tensorflowjs as tfjs | |
tfjs.converters.save_keras_model(model, "model_js") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment