-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cast input data and testvalues to theano.config.floatX #1640
Comments
Do you have that problem in Theano dev version? We did some fix for that
last year from memory, but maybe we didn't cover all cases?
Le 3 janv. 2017 07:44, "Thomas Wiecki" <[email protected]> a écrit :
… When theano.config.floatX and the default numpy float dtype do not match
(as is the case when you want to use the GPU and set floatX to float32 but
numpy is on float64) it causes a lot of problems that require manual
casting of all the parameters that get passed in. We should automatically
cast everything that get's passed to floatX.
Not sure if there is a proper way to do that in theano, @nouiz
<https://github.com/nouiz>?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1640>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALC-x17OCdwEGimcZGeaQRi9RWzBct3ks5rOkKRgaJpZM4LZlgH>
.
|
@nouiz I wouldn't think so. What is supposed to happen when I set a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
theano.config.floatX
and the default numpy float dtype do not match (as is the case when you want to use the GPU and set floatX to float32 but numpy is on float64) it causes a lot of problems that require manual casting of all the parameters that get passed in. We should automatically cast everything that get's passed to floatX.Not sure if there is a proper way to do that in theano, @nouiz?
The text was updated successfully, but these errors were encountered: