-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Some user complain about recent slowdown of PyMC3, which I think might be theano 1.0 related. So here is an (incomplete) list of the things we should check/fix before upgrade to theano 1.0
- Fix Travis test (Unpin theano #2777)
- Benchmark potential compiling slowdown
- Check theano.clone and theano.scan related code, especially in VI (@ferrine)
- Remove theano op that are now availble in the release (e.g., https://github.com/pymc-devs/pymc3/blob/master/pymc3/distributions/dist_math.py#L240-L241 cc @aseyboldt) (Refactor Normal and MvNormal #2847)
Please add/edit if I miss anything.