mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Make decoder group size equal to 4.
This commit is contained in:
parent
ff03ec88a5
commit
bba454a349
@ -69,7 +69,7 @@ class Decoder(nn.Module):
|
||||
out_channels=decoder_dim,
|
||||
kernel_size=context_size,
|
||||
padding=0,
|
||||
groups=decoder_dim,
|
||||
groups=decoder_dim//4, # group size == 4
|
||||
bias=False,
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user