Skip to content

Commit

Permalink
removed the line which caused a problem in nfa_tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Ssofja <[email protected]>
  • Loading branch information
Ssofja committed Dec 25, 2024
1 parent fe4f39a commit 7958b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nemo/collections/asr/models/hybrid_rnnt_ctc_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def transcribe(
decoding_cfg.preserve_alignments = True
self.change_decoding_strategy(decoding_cfg, decoder_type=self.cur_decoder, verbose=False)
else:
return_hypotheses = False
with open_dict(decoding_cfg):
decoding_cfg.compute_timestamps = False
decoding_cfg.preserve_alignments = False
Expand Down

0 comments on commit 7958b00

Please sign in to comment.