MIC-DKFZ / batchgenerators

A framework for data augmentation for 2D and 3D image classification and segmentation
Apache License 2.0
1.09k stars 221 forks source link

multithreaded_with_batches.ipynb: ImportError #95

Closed georggrab closed 2 years ago

georggrab commented 2 years ago

Hey! In multithreaded_with_batches.ipynb,

from batchgenerators.dataloading import SlimDataLoaderBase

throws and probably should read

from batchgenerators.dataloading.data_loader import SlimDataLoaderBase

Cheers!

FabianIsensee commented 2 years ago

indeed. We haven't updated that tutorial in a while. I will fix it,thanks!