pyro-ppl / brmp

Bayesian Regression Models in Pyro
Apache License 2.0
69 stars 8 forks source link

Adjust default backends #71

Closed null-a closed 4 years ago

null-a commented 4 years ago

This PR makes NumPyro the default backend when using NUTS to fit a model. (Closes #55.)

(I changed the __repr__ method on Backend to make the docs a little nicer to read where a Backend appears as a default argument.)