Python - TensorFlow - ModuleNotFoundError: No module named x -




i'm trying run tensorflow program using python3.6 i'm facing error:

modulenotfounderror: no module named 'tensorflow.python.pywrap_tensorflow_internal'

i found out should run script directory, other tensorflow's. however, when ran script in terminal directory error:

line x: models.object_detection.utils import dataset_util

modulenotfounderror: no module named 'models'

moreover, here directory looks like:

    - root         - models         .    - object_detection         .    .    - utils         .         .   + dataset_util.py         - my_folder         .    + my_file.py 

how can solve issue?

thanks.





wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

powershell - Invoke-WebRequest fails for a large file -

firebase - How to wait value in Ionic 2 -