from local

This commit is contained in:
dohe0342 2023-02-14 02:47:25 +09:00
parent a82af91f52
commit 3038c3f5f3
2 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class Conformer(Transformer):
layer_dropout: float = 0.075,
cnn_module_kernel: int = 15,
aux_layer_period: int = 3,
group_num: int = 0,
) -> None:
"""
Args: