Closed null-a closed 5 years ago
is there anything to do for numpyro?
In NumPyro, we explicitly need to pass an rng key to inference algorithms and in fact to all distribution .sample
methods, so it should be fully deterministic, unless we are using Python's random state to sample this value from.
I copied the code for this verbatim from pyro in order get the tests working standalone.