Hi I just installed Tensorflow on my Mac and I want to use tf.contrib.slim but when I use it I get this
Tensorflow
tf.contrib.slim
import tensorflow as tf s
I solved this by below method.
pip uninstall tensorflow_estimator pip install tensorflow_estimator
the reference is : https://github.com/tensorflow/tensorflow/issues/27079