from local

This commit is contained in:
dohe0342 2023-01-09 10:48:33 +09:00
parent eec47fadec
commit eca33a5870
3 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ class Conformer(EncoderInterface):
short_chunk_size: int = 25,
num_left_chunks: int = -1,
causal: bool = False,
group_num: int = 12,
) -> None:
super(Conformer, self).__init__()