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

Decoding Strategy issue. #4

Open
GarimaNarang opened this issue Mar 16, 2023 · 0 comments
Open

Decoding Strategy issue. #4

GarimaNarang opened this issue Mar 16, 2023 · 0 comments

Comments

@GarimaNarang
Copy link

Getting error:
lib/python3.8/site-packages/nemo/collections/asr/metrics/wer.py", line 283,
raise ValueError(f"Decoding strategy must be one of {possible_strategies}. Given {self.cfg.strategy}")
ValueError: Decoding strategy must be one of ['greedy', 'beam', 'flashlight']. Given greedy_batch
The greedy_batch strategy isn't available in wer.py but is available in rnnt_wer.py. Kindly check this.

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

No branches or pull requests

1 participant