Skip to content

Commit 8ed59ff

Browse files
committed
more
1 parent 210b303 commit 8ed59ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

users/zeyer/experiments/exp2024_04_23_baselines/ctc_recog_ext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ def py():
454454

455455
# Try rescaling AM scores with full sum (lm_am_labelwise_prior_rescore).
456456
scales_results = {}
457-
for lm_scale in np.linspace(0.0, 1.0, 3):
458-
for prior_scale_rel in np.linspace(0.0, 1.0, 3):
457+
for lm_scale in np.linspace(0.0, 1.0, 11):
458+
for prior_scale_rel in np.linspace(0.0, 1.0, 11):
459459
res = recog_model(
460460
task=task,
461461
model=ctc_model,

0 commit comments

Comments
 (0)