mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Make attention_squeeze use full dim.
This commit is contained in:
parent
0fc646f281
commit
30c6e5b929
@ -444,7 +444,7 @@ class ZipformerEncoderLayer(nn.Module):
|
||||
cnn_module_kernel)
|
||||
|
||||
|
||||
self.attention_squeeze = AttentionSqueeze(embed_dim, embed_dim // 2)
|
||||
self.attention_squeeze = AttentionSqueeze(embed_dim, embed_dim)
|
||||
|
||||
self.norm_final = BasicNorm(embed_dim)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user