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