ImportError: cannot import name 'estimator' from 'tensorflow.compat.v1' (/usr/local/lib/python3.7/dist-packages/tensorflow_core/_api/v1/compat/v1/__init__.py)
Following this tutorial: https://blog.roboflow.com/how-to-train-a-tensorflow-lite-object-detection-model/
and getting the error above when i try and train the model
ImportError: cannot import name 'estimator' from 'tensorflow.compat.v1' (/usr/local/lib/python3.7/dist-packages/tensorflow_core/_api/v1/compat/v1/__init__.py)Following this tutorial: https://blog.roboflow.com/how-to-train-a-tensorflow-lite-object-detection-model/
and getting the error above when i try and train the model