Commit 8778be4
authored
Update Part 2 - Neural Networks in PyTorch (Exercises).ipynb
updated ```dataiter.next()``` to ```next(dataiter)``` as the former code will cause an attribute error1 parent 855fb9a commit 8778be4
File tree
1 file changed
+1
-1
lines changed- intro-to-pytorch
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments