Increase batch size from 20 to 22

This commit is contained in:
Daniel Povey 2023-05-18 13:57:26 +08:00
parent 15aca1fb4a
commit 5cd2df0cd6

View File

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