Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Jul 8, 2024
1 parent 85f99a5 commit 3f83568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronfluence/score/dot_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ 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])
print(cached_module_lst[0].storage)

with no_sync(model=model, state=state):
model.zero_grad(set_to_none=True)
Expand Down

0 comments on commit 3f83568

Please sign in to comment.