-
Notifications
You must be signed in to change notification settings - Fork 112
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
Optimization failure in Tutorial #12
Comments
Hello Karen, I didn't try the bleeding edge version of Theano, but the latest version on pip works. Here is my Theano==0.7.0rc2
theano-lstm==0.0.14
Cython==0.22
numpy==1.9.2
scipy==0.15.1 And if I check numpy's installation configuration as follows: import numpy as np
np.__config__.show() I get:
Does that help narrow down the issue? |
Hallo Jonathan, I totally forgot about this issue, so sorry for the delayed reply. At the end of the story, I couldnt really figure out where the error was comming from. I could only locate that it has something to do with scipy. And that the pip-scipy version (or Github-scipy version) both work fine. However, the apt-get version causes numerical errors. Honestly, I didn't think it was worth investing much time to investigate this issue any further. Cheers, |
Got it. Hope it works out! |
I've run into the same problem Jonathan, |
Hello, How can we solve this ? Win7 64bits lapack_opt_info: |
Hallo Jonathan,
I was exited to test your library. I wanted to test the lib after installing by running the Tutorial code. However, I get several
from my theano bleeding-edge Version and strangely after some compilation the error rises rapidly. The complete output follows:
Could you provide what lib versions you are using exactly
(i.e. theano, numpy, scipy, blas, ect) so that I can track what might go wrong for me. Thank you very much for help.
Karen
The text was updated successfully, but these errors were encountered: