When training the model Tensorflow Object Detection API on Tensorflow-gpu 2.1, there is an error:
No module named 'tensorflow.contrib'
Is it possible to train a model Tensorflow Object Detection API with Tensorflow 2.1?
I dont want to change the version of Tensorflow.
Can someone help me?