jeremiecoullon / SGMCMCJax

Lightweight library of stochastic gradient MCMC algorithms written in JAX.
https://sgmcmcjax.readthedocs.io/en/latest/index.html
Apache License 2.0
95 stars 8 forks source link

Test the samplers on Flax #10

Closed jeremiecoullon closed 3 years ago

jeremiecoullon commented 3 years ago

Test whether it's easy to train a NN built in Flax using some of the sgmcmc algorithms. Add a notebook in the documentation with the following:

jeremiecoullon commented 3 years ago

Added this to documentation