We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8317c3 commit 60bf138Copy full SHA for 60bf138
09_dataloader.py
@@ -66,7 +66,7 @@ def __len__(self):
66
# convert to an iterator and look at one random sample
67
dataiter = iter(train_loader)
68
data = dataiter.next()
69
-features, labels = first_data
+features, labels = data
70
print(features, labels)
71
72
# Dummy Training loop
0 commit comments