from local

This commit is contained in:
dohe0342 2023-01-24 17:43:31 +09:00
parent c6e8378a5e
commit 39322503f4
2 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ def get_params() -> AttributeDict:
"encoder_dim": 512,
"nhead": 8,
"dim_feedforward": 2048,
"num_encoder_layers": 12,
"num_encoder_layers": 18,
# parameters for ctc loss
"beam_size": 10,
"reduction": "sum",