Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
493 contributions in the last year
Contribution activity
October 2020
Created a pull request in facebookresearch/pplbench that received 3 comments
Add numpyro to pplbench
Summary:
This adds NumPyro to pplbench.ppls, and tests this on a logistic regression example.
There are a few things that require further discussion:
Created an issue in pyro-ppl/numpyro that received 3 comments
Usability issues when warmup samples are collected
If we have collect_warmup=True when running warmup separately we do not discard samples from the warmup phase. However, when we later run mcmc.run …