Skip to content

Instantly share code, notes, and snippets.

@MattKovtun
Last active July 18, 2018 10:41
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 MattKovtun/ce6e5586d45588f3f4d0e80ae67fceb4 to your computer and use it in GitHub Desktop.
Save MattKovtun/ce6e5586d45588f3f4d0e80ae67fceb4 to your computer and use it in GitHub Desktop.
# 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