Guest User

Untitled

a guest
May 27th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. let model = try VNCoreMLModel(for: catmoodprediction().model)
  2. let request = VNCoreMLRequest(model: model, completionHandler: self.handleClassification)
  3. var classificationRequest = [ request ]
Add Comment
Please, Sign In to add comment