mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-09 17:14:20 +00:00
Fix apply_prob_decay to 500
This commit is contained in:
parent
fca844d80c
commit
082a890635
@ -795,9 +795,9 @@ class Decorrelate(torch.nn.Module):
|
|||||||
def __init__(self,
|
def __init__(self,
|
||||||
num_channels: int,
|
num_channels: int,
|
||||||
scale: float = 0.1,
|
scale: float = 0.1,
|
||||||
apply_prob_decay: int = 2000,
|
apply_prob_decay: int = 500,
|
||||||
eps: float = 1.0e-05,
|
eps: float = 1.0e-05,
|
||||||
beta: float = 0.95,
|
beta: float = 0.9,
|
||||||
channel_dim: int = -1):
|
channel_dim: int = -1):
|
||||||
super(Decorrelate, self).__init__()
|
super(Decorrelate, self).__init__()
|
||||||
self.scale = scale
|
self.scale = scale
|
||||||
|
Loading…
x
Reference in New Issue
Block a user