-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"negative dimensions are not allowed" error #2
Comments
I have the same problem as yours. Did you find the solution?Thanks |
I have found the problem. The dimension of signals could be incompatible with the logmel function in model/utils, so I have changed the dimension into (1600,)and it works. `
` |
Server returns this error for all my WAV files. With the project's test WAV files, its working fine.
I converted the wav files to 41kHz, 16k Bit rate, mono - just like in those test files.
My sample test file: https://www.dropbox.com/s/q1kssodw8dx92f0/test1.wav?dl=0
The server returns with response "ERROR", while the error is "negative dimensions are not allowed"
The text was updated successfully, but these errors were encountered: