mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Fix causal option in SmallConvolutionModule (unused)
This commit is contained in:
parent
49627c6251
commit
4b27ffa911
@ -1069,6 +1069,7 @@ class SmallConvolutionModule(nn.Module):
|
||||
self, channels: int,
|
||||
hidden_dim: int = 128,
|
||||
kernel_size: int = 5,
|
||||
causal: bool = False,
|
||||
) -> None:
|
||||
super().__init__()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user