Skip to content
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

Fixes for pytorch 0.4 and running with a GPU #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dmsj
Copy link

@dmsj dmsj commented Jul 17, 2018

Thanks for the nice tutorial. I ran into some warnings / errors running this with pytorch 0.4.0, so I made quick fixes. If they're helpful to you - feel free to take them. Results look the same as posted previously.

Changes:

  • replaced calls to .data[0] with .item() per pytorch recommendation
  • some changes to work if cuda is available
  • runs on Ubuntu 16.04 with CUDA 9.0 and macOS, both with Pytorch 0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant