安装成功后运行程序出现了如下错误

TensorFlow与tflearn版本匹配问题

查证后,问题出现的原因是版本不匹配的问题!需要把tflearn和TensorFlow都卸载掉

再重新安装TensorFlow1.0以上版本

我再次成功安装的版本:

tensorflow==1.2.0

tflearn==0.3.2

相关文章: