from local

This commit is contained in:
dohe0342 2023-02-14 12:57:17 +09:00
parent c2a85f8840
commit 3d14684200
2 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class Conformer(Transformer):
cnn_module_kernel: int = 15,
aux_layer_period: int = 3,
group_num: int = 0,
interctc: bool = False,
) -> None:
"""
Args: