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
Most of the time it takes to import pymc is spend in pymc3.theanof initializing something related to the theano rng: https://github.com/pymc-devs/pymc3/blob/master/pymc3/theanof.py#L374 On my machine it spends ~4 of a total of 5s there. Seems a bit excessive. @ferrine That was introduced in #1694. Any idea why this would take so long?
pymc3.theanof
The text was updated successfully, but these errors were encountered:
That's for sure this line. Rng is compiled. I added this code as I got a strange error (raise on no test value) when using rng later in code.
Sorry, something went wrong.
after #2103 this step can be removed
No branches or pull requests
Most of the time it takes to import pymc is spend in
pymc3.theanof
initializing something related to the theano rng: https://github.com/pymc-devs/pymc3/blob/master/pymc3/theanof.py#L374On my machine it spends ~4 of a total of 5s there. Seems a bit excessive.
@ferrine That was introduced in #1694. Any idea why this would take so long?
The text was updated successfully, but these errors were encountered: