prediction_class = labelencoder.inverse_transform(predicted_label) prediction_class ValueError: y should be a 1d array, got an array of shape (1, 10) instead. p
I have a python script for pre-processing audio and it has frame length, frame step and fft length as the command line arguments. I am able to run the code if I
I am very new to kaldi this is probably my own mistake any help is very much appreciated. I am working with my own dataset. I have cloned voxforge setup and use