Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pymc3_generative_model.py (#262)
* Update pymc3_generative_model.py add `init="adapt_diag"` to `pm.sample` to avoid the `Mass matrix contains zeros on the diagonal` error. `jitter+adapt_diag` made initialization much more sensitive on the master branch, causing ValueError: Mass matrix contains zeros on the diagonal to appear more frequently. * add multiple init settings
- Loading branch information