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 9602b03 commit 713ce8fCopy full SHA for 713ce8f
users/zeyer/experiments/exp2024_04_23_baselines/recog_ext/ctc.py
@@ -77,7 +77,7 @@ def model_recog(
77
# noinspection PyUnresolvedReferences
78
lm_scale: float = model.lm_scale
79
80
- print(f"* beam size {beam_size}, lm scale {lm_scale}, prior scale {model.ctc_prior_scale}")
+ # print(f"* beam size {beam_size}, lm scale {lm_scale}, prior scale {model.ctc_prior_scale}")
81
82
lm_state = lm.default_initial_state(batch_dims=batch_dims_) # Batch, InBeam, ...
83
lm_logits, lm_state = lm(
0 commit comments