Skip to content

Commit 72672d6

Browse files
Ssofjaabhinavg4
authored andcommitted
removed the line which caused a problem in nfa_tutorial (#11710)
Signed-off-by: Ssofja <sofiakostandian@gmail.com> Signed-off-by: Abhinav Garg <abhgarg@nvidia.com>
1 parent 52d6b43 commit 72672d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nemo/collections/asr/models/hybrid_rnnt_ctc_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def transcribe(
155155
decoding_cfg.preserve_alignments = True
156156
self.change_decoding_strategy(decoding_cfg, decoder_type=self.cur_decoder, verbose=False)
157157
else:
158-
return_hypotheses = False
159158
with open_dict(decoding_cfg):
160159
decoding_cfg.compute_timestamps = False
161160
decoding_cfg.preserve_alignments = False

0 commit comments

Comments
 (0)