Skip to content
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

Fix a bug for multilingual ASR #281

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Conversation

csukuangfj
Copy link
Collaborator

We should use

logits[:, -1, :]

for the sot_sequence, not logits[:, 0, :].

@csukuangfj csukuangfj merged commit eb22b48 into k2-fsa:master Aug 17, 2023
3 of 142 checks passed
@csukuangfj csukuangfj deleted the fix-whisper branch August 17, 2023 02:55
@csukuangfj
Copy link
Collaborator Author

Thanks to @zzzacwork for pointing out this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant