from local

This commit is contained in:
dohe0342 2023-02-14 22:23:31 +09:00
parent 87f76dc27e
commit 81f357bfe7
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Conformer(Transformer):
aux_layer_period: int = 3,
group_num: int = 0,
interctc: bool = False,
interctc_condition: bool = True,
interctc_condition: bool = False,
) -> None:
"""
Args: