You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
I get AttributeError: module 'tensorflow' has no attribute 'estimator' when trying to import tensorflow_gan. I believe this is because the recent release of tensorflow (2.16) removed tf.estimator. Should then version 2.15 be a requirement to use tfgan ?
In addition tensorflow_probability should then be version 0.23
Hi,
I get
AttributeError: module 'tensorflow' has no attribute 'estimator'when trying to importtensorflow_gan. I believe this is because the recent release of tensorflow (2.16) removedtf.estimator. Should then version 2.15 be a requirement to usetfgan?In addition
tensorflow_probabilityshould then be version0.23Thank you for looking at this :)