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

what if tool error #241

Open
kaustubhnair02 opened this issue Nov 5, 2024 · 1 comment
Open

what if tool error #241

kaustubhnair02 opened this issue Nov 5, 2024 · 1 comment

Comments

@kaustubhnair02
Copy link

In the what if code given for colab and jupyter under the heading define helper functions. This part is giving error saying tensorflow has no attribute estimators. What could be the possible issue and is any other dependency required to be installed on the system or colab before running it, if so then kindly specify.

@jameswex
Copy link
Collaborator

jameswex commented Nov 5, 2024

The What-If Tool was built years ago, for an old version of TensorFlow (2.0.0). TensorFlow Estimators were removed in 2.16 I believe so the library is not compatible with versions of TensorFlow at version 2.16 or newer.

The What-If Tool is not actively maintained. I would suggest looking into https://github.com/PAIR-code/lit/ instead, which is a successor project to WIT and much more up to date.

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

No branches or pull requests

2 participants