import tensorflow 报错: tf.estimator package not installed.
Posted sddai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了import tensorflow 报错: tf.estimator package not installed.相关的知识,希望对你有一定的参考价值。
import tensorflow 报错:
tf.estimator package not installed.
解决方案1:
安装
pip install tensorflow-estimator==1.10.12
解决方案2:
downgrade pandas from 0.23.4 to 0.23.0 upgrade matplotlib to 3.0.0
以上是关于import tensorflow 报错: tf.estimator package not installed.的主要内容,如果未能解决你的问题,请参考以下文章
import tensorflow as tf 报错(先尝试一下降低版本)
tensorflow报错 或者 keras报错 以及tf.keras报错: OOM 显存不足
TensorFlow报错:tf.placeholder() is not compatible with eager execution.
TensorFlow报错:tf.placeholder() is not compatible with eager execution.
在ubuntu17.10中import tensorflow as tf 的py文件执行时会出现‘非法指令’,然后脚本就不能执行下去?