Created
April 16, 2018 23:51
-
-
Save bourdakos1/7aa20efa903729f8cd65e6069c63d48c 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
let classifierID = "your-classifier-id" | |
let failure = { (error: Error) in print(error) } | |
visualRecognition.updateLocalModel(classifierID: classifierID, failure: failure) { | |
print("model updated") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment