Skip to content

Commit 20aee13

Browse files
committed
updates to gmm args
1 parent fd5e61f commit 20aee13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/baselines/tedlium2/gmm/baseline_args.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ def get_sat_args():
322322
"cmllr_mixtures": "estimate_mixtures_sdm.tri",
323323
"iters": [8, 9, 10],
324324
"feature_flow": "uncached_mfcc+context+lda",
325-
"pronunciation_scales": [1.0, 0.0],
326-
"lm_scales": [25, 8.0, 20],
325+
"pronunciation_scales": [0.0],
326+
"lm_scales": [25, 20, 8.0],
327327
"lm_lookahead": True,
328328
"lookahead_options": None,
329329
"create_lattice": True,
@@ -387,8 +387,8 @@ def get_vtln_sat_args():
387387
"cmllr_mixtures": "estimate_mixtures_sdm.vtln",
388388
"iters": [8, 9, 10],
389389
"feature_flow": "uncached_mfcc+context+lda+vtln",
390-
"pronunciation_scales": [1.0, 0.0],
391-
"lm_scales": [25, 8.0, 20],
390+
"pronunciation_scales": [0.0],
391+
"lm_scales": [25, 20, 8.0],
392392
"lm_lookahead": True,
393393
"lookahead_options": None,
394394
"create_lattice": True,

0 commit comments

Comments
 (0)