Module 'torch.utils.data' has no attribute 'Dataloader'

Here is my code snippets:


and Here’s the error:

I’m a beginner so I would also like to know the mistake in details…

Its DataLoader not Dataloader, just a little typo ^^

2 Likes

Thanks a lot…How could I miss that!!!