Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Jul 8, 2024
1 parent 3f83568 commit 7556c56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kronfluence/score/dot_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def compute_dot_products_with_loader(
for batch in train_loader:
batch = send_to_device(tensor=batch, device=state.device)

print(cached_module_lst[0].storage)

with no_sync(model=model, state=state):
model.zero_grad(set_to_none=True)
with autocast(device_type=state.device.type, enabled=enable_amp, dtype=score_args.amp_dtype):
Expand Down

0 comments on commit 7556c56

Please sign in to comment.