Skip to content

Commit

Permalink
Change default for the sake of backwards compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
galv committed May 2, 2024
1 parent f1ee6d7 commit b02af5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/asr/parts/submodules/ctc_decoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def __init__(self, decoding_cfg, blank_id: int):
compute_timestamps=self.compute_timestamps,
preserve_frame_confidence=self.preserve_frame_confidence,
confidence_method_cfg=self.confidence_method_cfg,
batched_inference=self.cfg.greedy.get('batched_inference', True),
batched_inference=self.cfg.greedy.get('batched_inference', False),
)

elif self.cfg.strategy == 'beam':
Expand Down

0 comments on commit b02af5f

Please sign in to comment.