Skip to content

Instantly share code, notes, and snippets.

@an-indya
Created May 12, 2018 18:40
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 an-indya/aa48bb8b8a89a406c83a88bb71d6713c to your computer and use it in GitHub Desktop.
Save an-indya/aa48bb8b8a89a406c83a88bb71d6713c to your computer and use it in GitHub Desktop.
import Vision
import CoreML
//...
guard let model = try? VNCoreMLModel(for: Inceptionv3().model) else {
fatalError("can't load CoreML model")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment