mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Reduce batch size to 15
This commit is contained in:
parent
5fbbeb1d29
commit
e313674dc7
@ -404,7 +404,7 @@ def get_params() -> AttributeDict:
|
||||
"warm_step": 2000,
|
||||
"env_info": get_env_info(),
|
||||
"bytes_per_segment": 2048,
|
||||
"batch_size": 16,
|
||||
"batch_size": 15,
|
||||
"train_file_list": "train.txt",
|
||||
"valid_file_list": "valid.txt",
|
||||
"num_workers": 4,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user