mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Hardcode AttentionSqueeze dim at 512.
This commit is contained in:
parent
2d0fe7637c
commit
634f1a4b82
@ -446,7 +446,7 @@ class ZipformerEncoderLayer(nn.Module):
|
||||
cnn_module_kernel)
|
||||
|
||||
|
||||
self.attention_squeeze = AttentionSqueeze(embed_dim, embed_dim)
|
||||
self.attention_squeeze = AttentionSqueeze(embed_dim, 512)
|
||||
|
||||
self.norm_final = BasicNorm(embed_dim)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user