-
Notifications
You must be signed in to change notification settings - Fork 386
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
Shape Error when running on GPU #187
Comments
This is the whole error I'm getting
|
I am also getting this error? I tried downgrading whisper-jax to an older commit and other things start breaking. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @sanchit-gandhi
I am trying to run Whisper-JAX on a more granular level as illustrated by you in this example.
However I am getting ScopeParamShapeError that I can't seem to fix.
This is the example that I am trying to run:
and this is the error that I keep getting:
ScopeParamShapeError: Initializer expected to generate shape (2, 3, 80, 768) but got shape (3, 80, 768) instead for parameter "kernel" in "/model/encoder/conv1".
I am running the script in a Kaggle Notebook with 2x GPU T4's
The text was updated successfully, but these errors were encountered: