CoreML : “Unexpected error processing model” error sometimes occurring
问题 Context: I'm using a custom CoreML model made by a datascientist. The model is a pipeline that uses Apple SoundAnalysisPreprocessing model as it's first model. SoundAnalysisPreprocessing model is followed by a custom model that contains different convolution layers and a softmax. Issue: When launching a prediction, I sometimes get Unexpected error processing model . With the exact same input, I sometimes get a correct result and sometimes I get this error. Question: I have no clue what to do