mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Cosmetic fix
This commit is contained in:
parent
dadeb3feec
commit
977d412690
@ -1336,7 +1336,7 @@ class AttentionSqueeze(nn.Module):
|
|||||||
self.to_bottleneck_proj = nn.Linear(embed_dim,
|
self.to_bottleneck_proj = nn.Linear(embed_dim,
|
||||||
bottleneck_dim)
|
bottleneck_dim)
|
||||||
|
|
||||||
# bottleneck_balancer is before the actiation. Mostly, for well-trained
|
# bottleneck_balancer is before the activation. Mostly, for well-trained
|
||||||
# instances of this module, the mean absolute values per channel are in
|
# instances of this module, the mean absolute values per channel are in
|
||||||
# the range 0.1 to 0.4. We apply the upper limit of 0.4 at the
|
# the range 0.1 to 0.4. We apply the upper limit of 0.4 at the
|
||||||
# beginning, and make it looser over time.
|
# beginning, and make it looser over time.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user