mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Remove mistaken factor of 4.0
This commit is contained in:
parent
49bf3ddc66
commit
b2125535fb
@ -1899,7 +1899,7 @@ class Conv2dSubsampling(nn.Module):
|
|||||||
x = self.out_whiten(x)
|
x = self.out_whiten(x)
|
||||||
x = self.out_norm(x)
|
x = self.out_norm(x)
|
||||||
x = self.dropout(x)
|
x = self.dropout(x)
|
||||||
return 4.0 * x
|
return x
|
||||||
|
|
||||||
class AttentionCombine(nn.Module):
|
class AttentionCombine(nn.Module):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user