Skip to content

Commit

Permalink
Minor fix to NuClick dataset arguments (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
titusgriebel authored Jan 15, 2025
1 parent ace8160 commit 6fe5384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_em/data/datasets/histopathology/nuclick.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ def get_nuclick_loader(
The DataLoader.
"""
ds_kwargs, loader_kwargs = util.split_kwargs(torch_em.default_segmentation_dataset, **kwargs)
dataset = get_nuclick_dataset(path, patch_shape, split, download, resize_inputs, **ds_kwargs)
dataset = get_nuclick_dataset(path, patch_shape, split, resize_inputs, download, **ds_kwargs)
return torch_em.get_data_loader(dataset, batch_size, **loader_kwargs)

0 comments on commit 6fe5384

Please sign in to comment.