udacity / deep-learning-v2-pytorch

Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
MIT License
5.26k stars 5.32k forks source link

Update Part 2 - Neural Networks in PyTorch (Exercises).ipynb #406

Closed AliKhaled11 closed 1 year ago

AliKhaled11 commented 1 year ago

updated dataiter.next() to next(dataiter) as the former code will cause an attribute error