We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bc1ee commit 8978221Copy full SHA for 8978221
1 file changed
scoring/run_workloads.py
@@ -190,6 +190,8 @@ def main(_):
190
print('appending heldout workloads')
191
held_out_workloads = read_held_out_workloads(
192
FLAGS.held_out_workloads_config_path)
193
+ print(FLAGS.held_out_workloads_config_path)
194
+ print(held_out_workloads)
195
workloads = workloads + held_out_workloads
196
197
# Filter workloads if explicit workloads specified
0 commit comments