Skip to content

Commit d59a059

Browse files
committed
more
1 parent 73eb484 commit d59a059

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

users/zeyer/experiments/exp2024_04_23_baselines/ctc_recog_ext.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def py():
8484
# (1, 0.5, 1.0),
8585
(1, 0.0, 0.0), # sanity check
8686
(4, 0.0, 0.0), # sanity check
87+
(4, 0.0, 1.0),
8788
(1, 0.3, 0.5),
8889
(4, 0.3, 0.5),
8990
(16, 0.3, 0.5),
@@ -103,9 +104,11 @@ def py():
103104
# "__trigger_hash_change": 1,
104105
},
105106
search_rqmt={"time": 24},
107+
name=f"{prefix}/recog-beam{beam_size}-lm_{lm_out_name}-lmScale{lm_scale}-priorScale{prior_scale}",
106108
)
107109
tk.register_output(
108-
f"{prefix}/recog-beam{beam_size}-lm_{lm_out_name}-lmScale{lm_scale}-priorScale{prior_scale}", res.output
110+
f"{prefix}/recog-beam{beam_size}-lm_{lm_out_name}-lmScale{lm_scale}-priorScale{prior_scale}-res",
111+
res.output,
109112
)
110113

111114
# Flashlight beam search implementation.

0 commit comments

Comments
 (0)