Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 24, 2022

Conversation

AliKhaled11
Copy link
Contributor

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

updated ```dataiter.next()``` to ```next(dataiter)``` as the former code will cause an attribute error
@AliKhaled11 AliKhaled11 requested a review from a team as a code owner November 11, 2022 20:13
@AliKhaled11 AliKhaled11 requested review from SudKul and removed request for a team November 11, 2022 20:13
@abhiojha8 abhiojha8 self-assigned this Dec 24, 2022
@abhiojha8 abhiojha8 added the bug Something isn't working label Dec 24, 2022
@abhiojha8 abhiojha8 merged commit c9404fc into udacity:master Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants