from local

This commit is contained in:
dohe0342 2022-12-10 12:49:58 +09:00
parent 4ac1ef743d
commit 8d35c8d06a
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -444,7 +444,7 @@ def get_params() -> AttributeDict:
"valid_interval": 3000, # For the 100h subset, use 800
# parameters for zipformer
"feature_dim": 80,
"subsampling_factor": 4, # not passed in, this is fixed.
"subsampling_factor": 320, # not passed in, this is fixed.
# parameters for ctc loss
"beam_size": 10,
"use_double_scores": True,

Binary file not shown.