-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pytorch Tutorial 3 - Mixed and Half precision - Jupter Notebook and Markdown #85
Conversation
@dirkbrink applied all the discussed changes, we have 2 more open ones, please take a look at my replies, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
poptorch.poptorch_core.Error: 'poptorch_py_error': AsynchronousDataAccessor worker thread failed to start (Check above for details)
This error occurs when trying to run the source and code_only files
@dirkbrink I see, this happened because yesterday I changed the DataLoader mode to It is highlighted in other tutorials |
The warning printed about MNIST tensor being non-writable was handled in this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Once you've made the small change, feel free to squash and merge 👍
Various comments and markdown added to the source script, inspired by the "old" readme.md file.
Closing #64