mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
fix subsampling factor
This commit is contained in:
parent
ad796d929d
commit
b76cd65abf
@ -253,6 +253,7 @@ def get_params() -> AttributeDict:
|
||||
params = AttributeDict(
|
||||
{
|
||||
"frame_shift_ms": 10.0,
|
||||
"subsampling_factor": 2,
|
||||
"allowed_excess_duration_ratio": 0.1,
|
||||
"best_train_loss": float("inf"),
|
||||
"best_valid_loss": float("inf"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user