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

Changing cuda to True seems to cause the code to stop working correctly #1

Open
rbunn80110 opened this issue Apr 2, 2018 · 2 comments

Comments

@rbunn80110
Copy link

This project is really great work! However, I seem to be struggling trying to get it to work using cuda. First if you change cuda to True, then there is an error related to needing to transfer the prediction variable to the cpu. Meaning you have to add .cpu() to the prediction variable to get it to at least run. However, at this point things appear to never move towards converging. Even after running hundreds of iterations. What all has to be changed to execute the examples with cuda and have them converge? Running the code on the CPU works beautifully though.

@staturecrane
Copy link
Owner

Hi @rbunn80110. Could you tell me the example you are trying to use with CUDA?

@rbunn80110
Copy link
Author

The lander example

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

No branches or pull requests

2 participants