I’m not alone anymore If you’re looking for a temporary workaround so you can run the notebooks, the following minor changes worked for me:
-
Comment this line in dataset.py
#from .dataloader import DataLoader
-
Change this line in torch_imports.py
from torch.utils.data import DataLoader, Dataset, TensorDataset
(Add DataLoader to the torch.utils.data imports)