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

Cannot import Edward model in GoogleColab #951

Open WasinV opened 2 years ago

WasinV commented 2 years ago

Hello, I used GoogleColab and tried to import Edward model. It showed "AttributeError: module 'tensorflow.python.framework.op_def_registry' has no attribute 'register_op_list'".

AttributeError: module 'tensorflow.python.framework.op_def_registry' has no attribute 'register_op_list'

I cannot use Dirichlet for the calculation. Would someone know what happened to this issue?

Thank you for your consideration in advance.

twiecki commented 2 years ago

Edward is not maintained anymore.

WasinV commented 2 years ago

OMG, thank you so much for your answer.