-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Theano compilation error when using marginal Gaussian processes #3695
Comments
Downgrading numpy to 1.16 does not seem to help. |
A work-around is to have theano ignore the compilation errors: theano.config.gcc.cxxflags = "-Wno-c++11-narrowing" |
If you're on Windows, setting
fixed it for me. I'm using From here, it seems to be an issue with how theano interacts with the multiprocessing library. |
Should we set this to a default? @fonnesbeck |
Seems like the expedient way to get fixes out to users quickly. |
When using marginal Gaussian processes, parameterizing the marginal likelihood such as the following:
causes a compilation failure in Theano:
Looks like a numpy-related issue; mine is 1.17.3.
Versions and main components
The text was updated successfully, but these errors were encountered: