mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
01fbc6c4b9
commit
bce8655058
Binary file not shown.
@ -405,6 +405,7 @@ class ConformerEncoder(nn.Module):
|
||||
mask: Optional[torch.Tensor] = None,
|
||||
src_key_padding_mask: Optional[torch.Tensor] = None,
|
||||
warmup: float = 1.0,
|
||||
condition_layer = None,
|
||||
) -> torch.Tensor:
|
||||
"""
|
||||
Pass the input through the encoder layers in turn.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user