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
2b9eb5a67b
commit
5d8b223a8c
Binary file not shown.
@ -504,8 +504,8 @@ class Tempformer(EncoderInterface):
|
||||
self._init_state: List[torch.Tensor] = [torch.empty(0)]
|
||||
|
||||
def forward(
|
||||
self, x: torch.Tensor, x_lens: torch.Tensor, warmup: float = 1.0, get_layer_output = False,
|
||||
) -> Tuple[torch.Tensor, torch.Tensor, Optional[List[torch.Tensor]]]:
|
||||
self, x: torch.Tensor
|
||||
):
|
||||
"""
|
||||
Args:
|
||||
x:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user