Increase batch size

This commit is contained in:
Daniel Povey 2023-05-16 16:33:17 +08:00
parent 3f72813a96
commit 0412d19f50

View File

@ -395,7 +395,7 @@ def get_params() -> AttributeDict:
"warm_step": 2000,
"env_info": get_env_info(),
"bytes_per_segment": 2048,
"batch_size": 16,
"batch_size": 24,
"train_file_list": "train.txt",
"valid_file_list": "valid.txt",
"num_workers": 4,