from local

This commit is contained in:
dohe0342 2023-02-14 02:45:34 +09:00
parent 2980df4f3e
commit d45450db66
3 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Conformer(Transformer):
num_decoder_layers: int = 6, num_decoder_layers: int = 6,
dropout: float = 0.1, dropout: float = 0.1,
layer_dropout: float = 0.075, layer_dropout: float = 0.075,
cnn_module_kernel: int = 31, cnn_module_kernel: int = 15,
aux_layer_period: int = 3, aux_layer_period: int = 3,
) -> None: ) -> None:
""" """