mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Change beta to 0.9
This commit is contained in:
parent
2c5ebc065e
commit
a61e21ac85
@ -849,7 +849,7 @@ class Decorrelate(torch.nn.Module):
|
||||
scale: float = 0.1,
|
||||
apply_prob_decay: int = 500,
|
||||
eps: float = 1.0e-05,
|
||||
beta: float = 0.8,
|
||||
beta: float = 0.9,
|
||||
channel_dim: int = -1):
|
||||
super(Decorrelate, self).__init__()
|
||||
self.scale = scale
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user