from local

This commit is contained in:
dohe0342 2023-02-15 16:21:18 +09:00
parent 73fb3771b8
commit 538017691d
2 changed files with 1 additions and 0 deletions

View File

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