mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Increase default grad_scale of Balancer from 0.02 to 0.04.
This commit is contained in:
parent
59be36181c
commit
e164393e91
@ -1078,7 +1078,7 @@ class Balancer(torch.nn.Module):
|
||||
max_positive: FloatLike = 0.95,
|
||||
min_abs: FloatLike = 0.2,
|
||||
max_abs: FloatLike = 100.0,
|
||||
grad_scale: FloatLike = 0.02,
|
||||
grad_scale: FloatLike = 0.04,
|
||||
prob: Optional[FloatLike] = None,
|
||||
):
|
||||
super().__init__()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user