from local

This commit is contained in:
dohe0342 2023-02-03 00:57:58 +09:00
parent 0e0714154a
commit 74dfa4f0b8
2 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ def get_params() -> AttributeDict:
# parameters for conformer
"subsampling_factor": 4,
"feature_dim": 80,
"attention_dim": 512,
"attention_dim": 256,
"nhead": 4,
"num_encoder_layers": 18,
"num_decoder_layers": 0,