-
-
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
Unpin theano #2777
Unpin theano #2777
Conversation
|
We probably shouldn't be blocked by travis. If tests pass locally I think we should merge. |
5d0bbae
to
726f1fc
Compare
I found out what the problem is: both test fail if setting |
test setting `njobs=2`
Wow, thanks for fixing! I think this is good enough for now – one is still marked experimental, one is not super well maintained. Seems like two reasonable goals for the next release might be making Will let someone else merge, or object! |
We think we fixed the problem, but as we where not able to reproduce it, can you test with the master of Theano to confirm if the batch_gemm compilation problem is fixed? |
* Unpin theano * test setup * setting MKL_THREADING_LAYER=GNU * Don't use mkl-service * Add nose * Add back mkl-service, for reasons * Try setting threading layer * Use export instead of set * Add pylint to requirements-dev * intermedia fix test setting `njobs=2`
Another try to unpin theano, since it appears nothing is building, maybe enough restarts will help this one.