-
Notifications
You must be signed in to change notification settings - Fork 308
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
whisper decode fail #1848
Comments
Could you post the complete logs? |
Traceback (most recent call last): |
@yuekaizhang Could you have a look? |
the error log is :
lib/python3.8/site-packages/whisper/model.py", line 124, in qkv_attention
a = scaled_dot_product_attention(
RuntimeError: The size of tensor a (90) must match the size of tensor b (9) at non-singleton dimension 0
the run command is:
CUDA_VISIBLE_DEVICES=3 python3 ./whisper/decode.py
--exp-dir whisper/exp_large_v2
--model-name large-v2
--epoch 9 --avg 1
--manifest-dir data/fbank
--beam-size 10 --max-duration 50
the error do not occur when set --beam-size 1
The text was updated successfully, but these errors were encountered: