minor fix of doc

This commit is contained in:
yaozengwei 2022-05-15 14:20:17 +08:00
parent 2142fca8f8
commit 27558858a3

View File

@ -309,7 +309,7 @@ class ConvolutionModule(nn.Module):
right_context: torch.Tensor,
cache: Optional[torch.Tensor] = None,
) -> torch.Tensor:
"""Causal convolution module applied on both utterance and right_context.
"""Causal convolution module.
Args:
utterance (torch.Tensor):