diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/conformer.py b/egs/librispeech/ASR/pruned_transducer_stateless7/conformer.py index 05532e38a..4c31d7b95 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/conformer.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/conformer.py @@ -1071,8 +1071,8 @@ class AttentionCombine(nn.Module): self, num_channels: int, num_inputs: int, - random_prob: float = 0.333, - single_prob: float = 0.25, + random_prob: float = 0.25, + single_prob: float = 0.333, ) -> None: """ Args: