Open-Speech-EkStep / vakyansh-nemo-experimentation

Apache License 2.0
8 stars 2 forks source link

Decoding Strategy issue. #4

Open GarimaNarang opened 1 year ago

GarimaNarang commented 1 year ago

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.