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

Cannot work with Tensorflow 2.16+ #484

Open
joshuayao opened this issue Sep 18, 2024 · 0 comments
Open

Cannot work with Tensorflow 2.16+ #484

joshuayao opened this issue Sep 18, 2024 · 0 comments

Comments

@joshuayao
Copy link

joshuayao commented Sep 18, 2024

Tensorflow removed estimator since 2.16. So EasyRec would not work on the latest Tensorflow.

Error:
File "./EasyRec/tree/master/easy_rec/python/compat/exporter.py", line 24, in
from tensorflow.python.estimator import gc
ModuleNotFoundError: No module named 'tensorflow.python.estimator'

Do you guys have plan to migrate these models to Keras APIs since EasyRec documentation mentions that it supports TF 2.x?
https://www.tensorflow.org/guide/migrate/migrating_estimator

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

1 participant