mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
Revert batch size to 20
This commit is contained in:
parent
5cd2df0cd6
commit
26cf13a3e1
@ -395,7 +395,7 @@ def get_params() -> AttributeDict:
|
||||
"warm_step": 2000,
|
||||
"env_info": get_env_info(),
|
||||
"bytes_per_segment": 2048,
|
||||
"batch_size": 22,
|
||||
"batch_size": 20,
|
||||
"train_file_list": "train.txt",
|
||||
"valid_file_list": "valid.txt",
|
||||
"num_workers": 4,
|
||||
|
Loading…
x
Reference in New Issue
Block a user