Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
BSD 3-Clause "New" or "Revised" License
4.44k
stars
643
forks
source link
RuntimeError when performing prediction on a sound classification model. #1862
Closed
josetorronteras closed 1 year ago
🐞Describing the bug
I have a sound classification model trained with CreateML. I export it correctly to a jupyter notebook using your library.
The bug occurs when I try to make a prediction from a sound or directly from a random numpy array as it appears in your documentation.
Stack Trace
To Reproduce
System environment (please complete the following information):
Additional context
I am following this doc: https://coremltools.readme.io/docs/model-prediction#multi-array-prediction
Thanks. Jose