Skip to content

Instantly share code, notes, and snippets.

@sagarhowal
Created January 14, 2018 12:59
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 sagarhowal/c40623ab93ff1105d25e0039729b64e3 to your computer and use it in GitHub Desktop.
Save sagarhowal/c40623ab93ff1105d25e0039729b64e3 to your computer and use it in GitHub Desktop.
# Save the model for later use in Turi Create
model.save('mymodel.model')
# Export for use in Core ML
model.export_coreml('MyActivityClassifier.mlmodel')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment