Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
removed suppressed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fazamani committed Jun 19, 2020
1 parent 1b81e83 commit 7b07598
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions experiments/interpretation/dutchf3_patch/local/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,8 @@ def _evaluate_split(
# evaluation mode:
with torch.no_grad(): # operations inside don't track history
model.eval()
# total_iteration = 0
for i, (images, labels) in enumerate(test_loader):
logger.info(f"split: {split}, section: {i}")
# total_iteration = total_iteration + 1
outputs = _patch_label_2d(
model,
images,
Expand Down

0 comments on commit 7b07598

Please sign in to comment.