mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 14:44:18 +00:00
minor fix doc in emformer.py
This commit is contained in:
parent
6c1f9b5181
commit
651745b220
@ -1410,7 +1410,7 @@ class ConvolutionModule(nn.Module):
|
|||||||
bias=bias,
|
bias=bias,
|
||||||
)
|
)
|
||||||
|
|
||||||
# from https://github.com/wenet-e2e/wenet/blob/main/wenet/transformer/convolution.py # noqa
|
# from https://github.com/wenet-e2e/wenet/blob/main/wenet/transformer/convolution.py # noqa
|
||||||
if causal:
|
if causal:
|
||||||
self.left_padding = kernel_size - 1
|
self.left_padding = kernel_size - 1
|
||||||
padding = 0
|
padding = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user