Skip to content

Commit

Permalink
set breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Apr 24, 2024
1 parent 516fb7c commit 5398d30
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ def data_selection(workload: spec.Workload,
del global_step
del rng
batch = next(input_queue)
breakpoint()
print('BATCH STATS')
print(sum(batch['weights']))

print((batch['weights']).shape)
return batch

0 comments on commit 5398d30

Please sign in to comment.