-
Notifications
You must be signed in to change notification settings - Fork 117
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
CUDA version #18
Comments
I was wrong , the version of cuda is 8.0 |
I used cuda 7.5, cudnn 5.1, theano 0.9.0. But you should be able to run the code with cuda 8.0, cudnn 6.0, and theano 1.0. |
Thank you very much!I still have some questions about your code. what is the role of this 'mask' in ‘K.cast(mask , K.floatx())’ , what is the value of the 'mask', and why it should be converted to float ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to know the version of cuda that you have used, because the version of cuda that I have used is 2.0, but the aspect.log file that is running is different from yours. I checked the configuration file of theano. The above shows that the cuda version will get different results.
The text was updated successfully, but these errors were encountered: