We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84253df commit f0bc1eeCopy full SHA for f0bc1ee
1 file changed
scoring/run_workloads.py
@@ -184,8 +184,10 @@ def main(_):
184
185
# Get list of all possible workloads
186
workloads = [w for w in workload_metadata.keys()]
187
+
188
# Read heldout workloads
189
if FLAGS.held_out_workloads_config_path:
190
+ print('appending heldout workloads')
191
held_out_workloads = read_held_out_workloads(
192
FLAGS.held_out_workloads_config_path)
193
workloads = workloads + held_out_workloads
0 commit comments