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
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'
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
The text was updated successfully, but these errors were encountered: