minor fix of doc

This commit is contained in:
yaozengwei 2022-05-15 14:20:17 +08:00
parent 6aded4d6df
commit 1c80a5b29a

View File

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