from local

This commit is contained in:
dohe0342 2023-01-09 19:36:22 +09:00
parent 6e08de169a
commit 8df7e1fda4
2 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ class Tempformer(EncoderInterface):
self._init_state: List[torch.Tensor] = [torch.empty(0)]
def forward(
self, x: torch.Tensor
self, x
):
"""
Args: