File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
users/zeyer/experiments/exp2024_04_23_baselines Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ def py():
84
84
# (1, 0.5, 1.0),
85
85
(1 , 0.0 , 0.0 ), # sanity check
86
86
(4 , 0.0 , 0.0 ), # sanity check
87
+ (4 , 0.0 , 1.0 ),
87
88
(1 , 0.3 , 0.5 ),
88
89
(4 , 0.3 , 0.5 ),
89
90
(16 , 0.3 , 0.5 ),
@@ -103,9 +104,11 @@ def py():
103
104
# "__trigger_hash_change": 1,
104
105
},
105
106
search_rqmt = {"time" : 24 },
107
+ name = f"{ prefix } /recog-beam{ beam_size } -lm_{ lm_out_name } -lmScale{ lm_scale } -priorScale{ prior_scale } " ,
106
108
)
107
109
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 ,
109
112
)
110
113
111
114
# Flashlight beam search implementation.
You can’t perform that action at this time.
0 commit comments