blei-lab / edward

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

Compatibility with TF 2.0+ #949

Open mlwp3 opened 4 years ago

mlwp3 commented 4 years ago

Is Edward not compatible with newer versions of TF? If not how do I get around this issue?

Thanks.

philipperemy commented 3 years ago

Install tensorflow 1.15

GKDGKD commented 3 years ago

The same problem with you. I have tried TF 2.x and TF 1.14.0, but both failed. 'tf.contrib' has been removed in TF 2.x. TF1.14.0 also has lots of problems. It really makes me mad.

philipperemy commented 3 years ago

Time to move to pytorch.