Reduce batch size so it fits in memory

This commit is contained in:
Daniel Povey 2023-05-04 17:01:30 +08:00
parent f0264bed1b
commit 2f1d377727

View File

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