Skip to content

Commit

Permalink
Fix merge issue in image_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLarsen committed Jan 15, 2024
1 parent 325ecf8 commit 4a50a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stort/callbacks/image_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _callback(pipeline: SupervisedPipeline):
)

images = []
for batch in pbar:
for batch in data_iter:
x, y = prepare_batch(batch, device, non_blocking=False)
x = input_transform(x)
with torch.inference_mode():
Expand Down

0 comments on commit 4a50a60

Please sign in to comment.