Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created September 28, 2018 08:36
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 fitomad/63462403deefe952201684aaa5b1d33a to your computer and use it in GitHub Desktop.
Save fitomad/63462403deefe952201684aaa5b1d33a to your computer and use it in GitHub Desktop.
...
if let exportPath = URL(string: "/Users/adolfo/Desktop/SentimentReview.mlmodel")
{
do
{
try model.write(to: exportPath, metadata: modelMetadata)
}
catch error
{
print("No se puede guardar el modelo en esa ruta")
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment