Bug on log_mel_spectogram() when I use model.transcribe on Jetson AGX Xavier #1516
Unanswered
juansebashr
asked this question in
Q&A
Replies: 1 comment 1 reply
-
"Torch 1.8.2 built from source" stands out in the system description, note that the whisper test matrix only goes back to 1.13.1. whisper/.github/workflows/test.yml Line 15 in b91c907 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm testing the examples of the repo on a Jetson AGX Xavier, but I encounter the following error:
After inspecting the error, I come to realize the problem is constructing the log_mel_spectrogram(), the data from the audio is coming good (Without NaNs) but when passing for the log_mel_spectrogram() comes the tensor with all NaNs, I think the problem should be on the following lines:
https://github.com/openai/whisper/blob/main/whisper/audio.py#L154C9-L154C9
This is the output from each line

Anyone could know what is wrong? 😢
System description:
Beta Was this translation helpful? Give feedback.
All reactions