mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Change initial log_scale from 2 to 0. (was 1.0 in previous expt
This commit is contained in:
parent
851912c581
commit
c4101c7873
@ -512,7 +512,7 @@ class BasicNorm(torch.nn.Module):
|
|||||||
self,
|
self,
|
||||||
num_channels: int,
|
num_channels: int,
|
||||||
channel_dim: int = -1, # CAUTION: see documentation.
|
channel_dim: int = -1, # CAUTION: see documentation.
|
||||||
log_scale: float = 2.0,
|
log_scale: float = 0.0,
|
||||||
eps: float = 0.25,
|
eps: float = 0.25,
|
||||||
log_scale_min: FloatLike = -1.5,
|
log_scale_min: FloatLike = -1.5,
|
||||||
log_scale_max: FloatLike = 1.5,
|
log_scale_max: FloatLike = 1.5,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user