We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210b303 commit 8ed59ffCopy full SHA for 8ed59ff
users/zeyer/experiments/exp2024_04_23_baselines/ctc_recog_ext.py
@@ -454,8 +454,8 @@ def py():
454
455
# Try rescaling AM scores with full sum (lm_am_labelwise_prior_rescore).
456
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):
+ for lm_scale in np.linspace(0.0, 1.0, 11):
+ for prior_scale_rel in np.linspace(0.0, 1.0, 11):
459
res = recog_model(
460
task=task,
461
model=ctc_model,
0 commit comments