mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
Increase beta to 0.95
This commit is contained in:
parent
a61e21ac85
commit
e2ef8732d1
@ -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.9,
|
||||
beta: float = 0.95,
|
||||
channel_dim: int = -1):
|
||||
super(Decorrelate, self).__init__()
|
||||
self.scale = scale
|
||||
|
Loading…
x
Reference in New Issue
Block a user