-
Notifications
You must be signed in to change notification settings - Fork 303
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
NO LOGITS RETURNS AFTER GENERATE #1779
Comments
Do you set the return_logits_vocab=True? |
Yes. But I didn't find logits in WhisperGenerationResults |
Can you send me the code? I will test it. |
The code is modified from faster-whisper And I have printed the WhisperGenerationResult class. Seems no ‘logits’ in this class. |
Seems to be missing from the Python wrapper |
In version v4.5.0, logits is present in WhisperGenerationResult, but it contains an empty value: I'm wondering if this is expected or if it's possible to retrieve meaningful values for logits. Other transcription-related aspects are working fine. thank you. |
after ctranslate2.models.Whisper.generate, result does not include "logits"
version == 4.4.0
The text was updated successfully, but these errors were encountered: