NMAC427 / SwiftOCR

Fast and simple OCR library written in Swift
Apache License 2.0
4.61k stars 481 forks source link

crashed in FFNN.swift at line 228 #169

Closed 865102930 closed 4 years ago

865102930 commented 4 years ago

the function of vDSP_mmul crashed when I recognized an image.

langford commented 4 years ago

This library isn't safe to run multiple requests at the same time. Are you sure you are using a serial queue to submit to it?