Hi I got this error when run the python example:
ValueError: Error when checking model input: the list of Numpy arrays that you are passing to your model is not the size the model expected. Expected to see 1 array(s), but instead got the following list of 105 arrays: [array([[0.32 ],
[0.183],
[0.929],
[0.863],
[0.181]]), array([[0.32 ],
[0.183],
[0.929],
[0.863],
[0.181]]), array([[0.32 ],
[0.183],
And can I ask how to convert the .wav file into vector?
Hi I got this error when run the python example:
ValueError: Error when checking model input: the list of Numpy arrays that you are passing to your model is not the size the model expected. Expected to see 1 array(s), but instead got the following list of 105 arrays: [array([[0.32 ],
[0.183],
[0.929],
[0.863],
[0.181]]), array([[0.32 ],
[0.183],
[0.929],
[0.863],
[0.181]]), array([[0.32 ],
[0.183],
And can I ask how to convert the .wav file into vector?