AttributeError: module 'tensorflow.python._pywrap_tensorflow_internal' has no attribute '_NewStatSummarizer'

时间:2018-07-24 10:06:20

标签: python tensorflow

I am trying to install TensorFlow object detection from this link.

But in the testing step when I write:

python object_detection/builders/model_builder_test.py

I get the following error: error syntax

line 354, in <module>
    _NewStatSummarizer = _pywrap_tensorflow_internal._NewStatSummarizer
AttributeError: module 'tensorflow.python._pywrap_tensorflow_internal' has no attribute '_NewStatSummarizer'

Could any one help me, please?

I'm using Tensorflow 1.9.0 with Python 3.5.

Thank you in advance!

0 个答案:

没有答案