mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Change eps range from -3..3 to -2 .. 2
This commit is contained in:
parent
72420eef10
commit
2b50ce2247
@ -466,8 +466,8 @@ class BasicNorm(torch.nn.Module):
|
||||
channel_dim: int = -1, # CAUTION: see documentation.
|
||||
eps: float = 0.25,
|
||||
learn_eps: bool = True,
|
||||
eps_min: float = -3.0,
|
||||
eps_max: float = 3.0,
|
||||
eps_min: float = -2.0,
|
||||
eps_max: float = 2.0,
|
||||
) -> None:
|
||||
super(BasicNorm, self).__init__()
|
||||
self.num_channels = num_channels
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user