-
Notifications
You must be signed in to change notification settings - Fork 28
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
Exception using word_timestamps=True in model.transcribe #4
Comments
hi there, This seems to be a bug and will be fixed in the next version. Unfortunately I am working on another deadline and only have time to do this after 8/10. -Yuan |
Hi ,I have faced with the same issue and fixed it, Just change the line 273 in package/whisper-at/whisper_at/model.py to this: |
This change worked for me!
…On Sun, Aug 6, 2023 at 10:06 PM congtuong ***@***.***> wrote:
Hi ,I have faced with the same issue and fixed it,
Just change the line 273 in package/whisper-at/whisper_at/model.py to this:
return self.decoder(tokens, self.encoder(mel)[0])
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM3FEETZON4RGM2TRRVGXTXUBZVXANCNFSM6AAAAAA3AUN2HE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
thanks @congtuong and @tallzilla , I will check this and put it in the next version. -Yuan |
thanks! this is fixed in -Yuan |
Hi there! I was hoping to use whisper's ability to provide timestamps around the audio events your work captures.
I'm currently getting an exception when I pass through a True word_timestamps value to model.transcribe().
Thanks!
Traceback
The text was updated successfully, but these errors were encountered: