EasyRec icon indicating copy to clipboard operation
EasyRec copied to clipboard

Cannot work with Tensorflow 2.16+

Open joshuayao opened this issue 5 months ago • 0 comments

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

joshuayao avatar Sep 18 '24 01:09 joshuayao