... | |
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