Skip to content

Commit

Permalink
undo debug
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Apr 24, 2024
1 parent 7477578 commit 7ed8e6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,4 @@ def data_selection(workload: spec.Workload,
del global_step
del rng
batch = next(input_queue)
print('BATCH STATS')
print(sum(batch['weights']))
return batch
2 changes: 1 addition & 1 deletion scoring/run_workloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def main(_):
workload_metadata = json.load(f)

# workloads = [w for w in workload_metadata.keys()]
workloads = ['wmt']
workloads = []

# Read held-out workloads
if FLAGS.held_out_workloads_config_path:
Expand Down

0 comments on commit 7ed8e6d

Please sign in to comment.