You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.conv2 has step size 2, and in forward(), the shape of x, n_ctx, must be halved,so "incorrect audio shape" is a must
In the pre-trained weights for Whisper , the shape of self.positional_embedding remains as (n_ctx, n_state). Therefore, I suspect there may be an error in the code, but I am not certain.
I am a beginner, so I am not able to distinguish errors. Please criticize and correct any mistakes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Problems
self.conv2 has step size 2, and in forward(), the shape of x, n_ctx, must be halved,so "incorrect audio shape" is a must
In the pre-trained weights for Whisper , the shape of self.positional_embedding remains as (n_ctx, n_state). Therefore, I suspect there may be an error in the code, but I am not certain.
I am a beginner, so I am not able to distinguish errors. Please criticize and correct any mistakes.
Beta Was this translation helpful? Give feedback.
All reactions