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.
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.