from local

This commit is contained in:
dohe0342 2023-02-21 02:04:56 +09:00
parent 268e2e53af
commit 02fa5e8017
2 changed files with 1 additions and 0 deletions

View File

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