07 July 2021 2 9K Report

I have an audio set, and I have to determine the normal and abnormal sound. I have preprocess the audio data using MFCC. I got output as (audio Files, MFCC coefficients, MFCC vector, 1). When I passed this input to convLSTM, it shows an error that it requires five dimension input. But I am passing 4 dimension input. So how can I increase the dimension or is there any way to pass 4 dimension input to convLSTM.

Kindly guide me.

Regards

More Tariq Sm's questions See All
Similar questions and discussions