diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py b/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py index 5183f2867..af0342f48 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py @@ -1508,7 +1508,6 @@ class NonlinAttentionModule(nn.Module): self.balancer2 = ActivationBalancer( hidden_channels // ratio, channel_dim=-1, min_positive=0.4, max_positive=0.6, - min_abs=0.5, ) self.whiten = Whiten(num_groups=1,