from local

This commit is contained in:
dohe0342 2023-02-14 18:28:27 +09:00
parent 56af4c7e3d
commit 72bf675252
3 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ class ConformerEncoder(nn.Module):
src_key_padding_mask: Optional[torch.Tensor] = None,
warmup: float = 1.0,
condition_layer = None,
ctc_output = None,
) -> torch.Tensor:
"""
Pass the input through the encoder layers in turn.