We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace8160 commit 6fe5384Copy full SHA for 6fe5384
torch_em/data/datasets/histopathology/nuclick.py
@@ -145,5 +145,5 @@ def get_nuclick_loader(
145
The DataLoader.
146
"""
147
ds_kwargs, loader_kwargs = util.split_kwargs(torch_em.default_segmentation_dataset, **kwargs)
148
- 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)
149
return torch_em.get_data_loader(dataset, batch_size, **loader_kwargs)
0 commit comments