Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensorFlow 2? #203

Closed
teamclouday opened this issue Sep 14, 2020 · 4 comments · Fixed by #230
Closed

TensorFlow 2? #203

teamclouday opened this issue Sep 14, 2020 · 4 comments · Fixed by #230

Comments

@teamclouday
Copy link

Will there be a plan to upgrade code for Adversarial Debiasing to fit TensorFlow 2 API?
Or at least call the tf-related functions in tf.compat.v1?

@alexlaurence
Copy link

So far no news on this... I have been waiting for a while now.

@hoffmansc
Copy link
Collaborator

If either of you would like to give it a shot, swapping the imports with import tensorflow.compat.v1 as tf will probably work for now if you're willing to test it.

@briannakathrynm
Copy link

Some of the functions, such as .fit(), won't work wit the compat version of TF. Is there any resolution for this?

@bertainsikt
Copy link

Hi, I can't run aif360 because of the incompatibility with tensorflow 2, is there any solution for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants