You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gah, 1.7.0 goofed a number of things I wrote before it was released. I'll close this when I revise the master copy of Chapter 2 (following order with editor - not ignoring). Appreciate the catch!
Hi,
when executing the 2nd cell:
I get this error:
it is solved by importing only the used modules
from torch.utils.data import Dataset, DataLoader, TensorDataset
I'm not sure if it has something to do with my setup at Collab, but based on this post, it is related to version 1.7.0 of PyTorch
Thanks
The text was updated successfully, but these errors were encountered: