We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just wanted to note that I needed to add THEANO_FLAGS='floatX=float32' in order to run the test successfully.
THEANO_FLAGS='floatX=float32'
Because if I didn't tensor.sqrt would return a double precision number and then the assert in line 492 of file pyll_slm.py would fail.
The text was updated successfully, but these errors were encountered:
Good catch! The code should assert that explicitly... On Nov 16, 2013 12:18 PM, "Tobias Domhan" [email protected] wrote:
I just wanted to note that I needed to add THEANO_FLAGS='floatX=float32'in order to run the test successfully. Because if I didn't tensor.sqrt would return a double precision number and then the assert in line 492 of file pyll_slm.py would fail. — Reply to this email directly or view it on GitHubhttps://github.com//issues/7 .
I just wanted to note that I needed to add THEANO_FLAGS='floatX=float32'in order to run the test successfully.
— Reply to this email directly or view it on GitHubhttps://github.com//issues/7 .
Sorry, something went wrong.
No branches or pull requests
I just wanted to note that I needed to add
THEANO_FLAGS='floatX=float32'
in order to run the test successfully.Because if I didn't tensor.sqrt would return a double precision number and then the assert in line 492 of file pyll_slm.py would fail.
The text was updated successfully, but these errors were encountered: