from local

This commit is contained in:
dohe0342 2023-02-14 11:01:37 +09:00
parent fc4c0dc20c
commit 659bd2571b
2 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ def main() -> None:
dim_feedforward=params.dim_feedforward,
num_encoder_layers=params.num_encoder_layers,
num_decoder_layers=params.num_decoder_layers,
group_num=6,
group_num=params.group_num,
)
if not params.use_averaged_model: