-
Notifications
You must be signed in to change notification settings - Fork 121
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
float32/float64 issue unresolved #15
Comments
I have exactly same issue. No luck so far :( |
I'm struggling with the same error as well, if anyone has been able to resolve this in the meantime since the previous folks posted. :) Update: I was able to resolve this error by adding the Theano flag |
when I python alignDraw.py THEANO_FLAGS='scan.allow_gc=True,device=cuda,floatX=float32,cast_policy=numpy+floatX', |
having same issue as described here even after setting floatX=float32. i have cuda 7.0, cudnn installed on ubuntu 14.04. skipthoughts is verified working fine. any idea what the issue could be?
The text was updated successfully, but these errors were encountered: