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

EncDecTransfModelBPE model has bugs in transcribe() method #8090

Closed
stevehuang52 opened this issue Dec 27, 2023 · 2 comments
Closed

EncDecTransfModelBPE model has bugs in transcribe() method #8090

stevehuang52 opened this issue Dec 27, 2023 · 2 comments
Labels
bug Something isn't working stale

Comments

@stevehuang52
Copy link
Collaborator

stevehuang52 commented Dec 27, 2023

Describe the bug

  1. setting return_hypotheses=True in EncDecTransfModelBPE.transcribe() will crash because of undefined local variables (here)
  2. EncDecTransfModelBPE.transcribe() has different APIs from other ASR models, causing transcripbe_speech.py to crash. (to be fixed in Add text metrics to asr eval #8087 )
@stevehuang52 stevehuang52 added the bug Something isn't working label Dec 27, 2023
@stevehuang52 stevehuang52 changed the title EncDecTransfModelBPE model has bug in transcribe() method EncDecTransfModelBPE model has bugs in transcribe() method Dec 27, 2023
Copy link
Contributor

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Jan 27, 2024
Copy link
Contributor

github-actions bot commented Feb 4, 2024

This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

1 participant