Skip to content

Commit

Permalink
update inference_dataloader_histopath.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalef committed Oct 19, 2024
1 parent 1a63ef0 commit f467ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/data/inference_dataloader_histopath.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def __getitem__(self, idx):
(x_loc, y_loc),
self._selected_level,
(self._patch_size[0], self._patch_size[1]),
as_array=True,
# as_array=True,
)

# this is to ensure that channels come at the beginning
Expand Down

0 comments on commit f467ad1

Please sign in to comment.