No module named 'tensorflow_estimator'

No module named 'tensorflow_estimator'

使用tensorflow 的object detect api
使用image_build时,遇到问题:

No module named 'tensorflow_estimator'

解决方式:
参照:ModuleNotFoundError: No module named ‘tensorflow_estimator’, and other import errors on TFE side

pip install -U tensorflow-estimator==1.15.1

重新安装tensorflow-estimator

你可能感兴趣的:(tensorflow,No,module)