Hi I just installed Tensorflow
on my Mac and I want to use tf.contrib.slim
but when I use it I get this
import tensorflow as tf
slim = tf.contrib.slim
Error:
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/export/export_lib.py", line 25, in from tensorflow.python.saved_model.model_utils import build_all_signature_defs ModuleNotFoundError: No module named 'tensorflow.python.saved_model.model_utils'
I don't know what to do, please help me
I use Tensorflow.13.1
and python 3.7