Sasan Soroush

Results 1 comments of Sasan Soroush

This code works for me: just change it inside `ImagePredictor.swift` -> `predict` method instead of ``` guard let outputs = module.predict(image: UnsafeMutableRawPointer(&tensorBuffer)) else { throw PredictorError.invalidInputTensor } ``` Use ```...