Reduce batch size slightly

This commit is contained in:
Daniel Povey 2023-05-15 20:13:48 +08:00
parent a397a5973b
commit 532f95a627

View File

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