blei-lab / edward

A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
http://edwardlib.org
Other
4.83k stars 761 forks source link

ed.set_seed doesn't work #950

Open JhyOnya opened 3 years ago

JhyOnya commented 3 years ago

I used seed as: ed.set_seed(1) ed.util.set_seed(1)

when I use: inference = ed.KLqp({z: qz}, data) inference.update()

the loss is different.

dustinvtran commented 3 years ago

Hey @JhyOnya ! To let you know, this repo is no longer maintained. We still actively respond on the other relevant research codebases like https://github.com/google/edward2, https://github.com/tensorflow/probability, and https://github.com/google/uncertainty-baselines.