mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
Change beta to 0.8
This commit is contained in:
parent
082a890635
commit
2621cb7f54
@ -797,7 +797,7 @@ class Decorrelate(torch.nn.Module):
|
||||
scale: float = 0.1,
|
||||
apply_prob_decay: int = 500,
|
||||
eps: float = 1.0e-05,
|
||||
beta: float = 0.9,
|
||||
beta: float = 0.8,
|
||||
channel_dim: int = -1):
|
||||
super(Decorrelate, self).__init__()
|
||||
self.scale = scale
|
||||
|
Loading…
x
Reference in New Issue
Block a user