I have a coreml model that takes input of the dimension ( batch_size, 20 ,92,1 ) as the input. The model is trained for audio classification on MFCCS. I do not know swift language can someone help me. Thanks in advance.
- read a .wav file make it’s mfccs in swift and then make prediction on model.
Source: Python Questions