I am trying to install Deeplab and run it on my machine. I am following this
I am able to run the initial test 'python3 deeplab/model_test.py' but I am getting
No module named Tensorflow
error while running the next step, sh local_test.sh
Tensorflow is installed on the machine and I have tried with different versions of tensorflow to verify any incompatibility issues. Please suggest on where have I gone wrong and what needs to be done to run it successfully.
This is the error message:
Traceback (most recent call last):
File "/home/ssindhu/models/research/deeplab/model_test.py", line 18, in <module>
import tensorflow as tf
ImportError: No module named tensorflow
But tensorflow is installed on the machine:
pip show tensorflow
has given me the below output.
Name: tensorflow
Version: 1.13.1
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com
License: Apache 2.0
Location: /home/ssindhu/.local/lib/python3.6/site-packages
Requires: six, astor, numpy, protobuf, tensorboard, tensorflow-estimator, termcolor, grpcio, wheel, keras-applications, gast, absl-py, keras-preprocessing
Required-by: