from local

This commit is contained in:
dohe0342 2023-01-09 19:35:02 +09:00
parent 8ddc832e4f
commit 2b9eb5a67b
2 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ class Tempformer(EncoderInterface):
num_left_chunks: int = -1, num_left_chunks: int = -1,
causal: bool = False, causal: bool = False,
) -> None: ) -> None:
super(Conformer, self).__init__() super(Tempformer, self).__init__()
self.num_features = num_features self.num_features = num_features
self.subsampling_factor = subsampling_factor self.subsampling_factor = subsampling_factor