We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ubuntu 22.04.4 LTS - pyannote.audio 3.3.1 - EC2 g5.4xlarge
Receiving this error when running the diarization pipeline on an mp3 file:
RuntimeError: Sizes of tensors must match except in dimension 0. Expected size 160000 but got size 147200 for tensor number 12 in the list.
Code to reproduce:
audio file can be found on Supreme Court's website: https://www.supremecourt.gov/oral_arguments/audio/2023/23-334
Full error:
https://colab.research.google.com/drive/1odeZBhMTI7Ku4umLZ12VJkqrlVk0MRLk?usp=sharing
The text was updated successfully, but these errors were encountered:
Hi, I am not sure but try converting mp3 to wav and trying again.
Sorry, something went wrong.
Converting to a WAV file worked. Not sure why, but thanks!
Hi, I am not sure but try converting mp3 to wav and trying again. Converting to a WAV file worked. Not sure why, but thanks!
It has something to do with torachaudio backend. Sometimes it doesn't work well with mp3 format.
No branches or pull requests
Tested versions
System information
Ubuntu 22.04.4 LTS - pyannote.audio 3.3.1 - EC2 g5.4xlarge
Issue description
Receiving this error when running the diarization pipeline on an mp3 file:
RuntimeError: Sizes of tensors must match except in dimension 0. Expected size 160000 but got size 147200 for tensor number 12 in the list.
Code to reproduce:
audio file can be found on Supreme Court's website: https://www.supremecourt.gov/oral_arguments/audio/2023/23-334
Full error:
Minimal reproduction example (MRE)
https://colab.research.google.com/drive/1odeZBhMTI7Ku4umLZ12VJkqrlVk0MRLk?usp=sharing
The text was updated successfully, but these errors were encountered: