Closed georggrab closed 2 years ago
Hey! In multithreaded_with_batches.ipynb,
multithreaded_with_batches.ipynb
from batchgenerators.dataloading import SlimDataLoaderBase
throws and probably should read
from batchgenerators.dataloading.data_loader import SlimDataLoaderBase
Cheers!
indeed. We haven't updated that tutorial in a while. I will fix it,thanks!
Hey! In
multithreaded_with_batches.ipynb
,throws and probably should read
Cheers!