mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Change attentionSqueeze dim from 128 to 256.
This commit is contained in:
parent
05c7cb5c83
commit
a01fc3b220
@ -446,7 +446,7 @@ class ZipformerEncoderLayer(nn.Module):
|
|||||||
cnn_module_kernel)
|
cnn_module_kernel)
|
||||||
|
|
||||||
|
|
||||||
self.attention_squeeze = AttentionSqueeze(embed_dim, 128)
|
self.attention_squeeze = AttentionSqueeze(embed_dim, 256)
|
||||||
|
|
||||||
self.norm_final = BasicNorm(embed_dim)
|
self.norm_final = BasicNorm(embed_dim)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user