I'm getting an error while trying to run the basic example

I’m getting an error " ModuleNotFoundError: No module named ‘TensorFlow’" but TensorFlow is installed.

What am I doing wrong?

Hi @naval.iyengar, thanks for posting the question. Under what conditions are you running? Are you using a docker image or basic installation of the Habana SW stack?

I’m using a docker image

Hi @naval.iyengar, it is likely that you have not set the PYTHONPATH to view the Habana Model-References GitHub after you cloned or copied the repository to your local instance. Please see this section in our GitHub page that shows how to include the correct path to the Model-References location.

1 Like