from local

This commit is contained in:
dohe0342 2023-02-16 19:20:19 +09:00
parent 0a8d5eb929
commit db981892c8
2 changed files with 2 additions and 2 deletions

View File

@ -263,8 +263,8 @@ def get_params() -> AttributeDict:
"subsampling_factor": 4,
"feature_dim": 80,
"nhead": 8,
"dim_feedforward": 2048,
"encoder_dim": 512,
"dim_feedforward": 1024,
"encoder_dim": 256,
"num_encoder_layers": 18,
# parameters for decoding
"search_beam": 20,