Reduce attention_squeeze dim from 512 to 128.
This commit is contained in:
parent
634f1a4b82
commit
05c7cb5c83
@ -446,7 +446,7 @@ class ZipformerEncoderLayer(nn.Module):
|
||||
cnn_module_kernel)
|
||||
|
||||
|
||||
self.attention_squeeze = AttentionSqueeze(embed_dim, 512)
|
||||
self.attention_squeeze = AttentionSqueeze(embed_dim, 128)
|
||||
|
||||
self.norm_final = BasicNorm(embed_dim)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user