mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Reduce min_abs from 0.5 to 0.2
This commit is contained in:
parent
5eafccb369
commit
a0d5e2932c
@ -460,7 +460,7 @@ class DerivBalancer(torch.nn.Module):
|
||||
def __init__(self, channel_dim: int,
|
||||
threshold: float = 0.05,
|
||||
max_factor: float = 0.01,
|
||||
min_abs: float = 0.5):
|
||||
min_abs: float = 0.2):
|
||||
super(DerivBalancer, self).__init__()
|
||||
self.channel_dim = channel_dim
|
||||
self.threshold = threshold
|
||||
|
Loading…
x
Reference in New Issue
Block a user