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
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
Thank you for looking at this :)
The text was updated successfully, but these errors were encountered:
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_probability
should then be version0.23
Thank you for looking at this :)
The text was updated successfully, but these errors were encountered: