简体   繁体   English

张量流的错误将如何解决?

[英]How the error of tensorflow will be fix?

I am trying the code of CNN fault detection but it is getting error. 我正在尝试CNN故障检测的代码,但出现错误。 I tried pip install tensorflow but that is also not working. 我尝试了pip install tensorflow,但这也不起作用。
No module named as tf, 没有名为tf的模块,
How this error will be removed? 如何清除此错误?

屏幕截图

U are using Anaconda enviroment, u must install tensorflow by following this steps: 您正在使用Anaconda环境,必须按照以下步骤安装tensorflow:

  • C:> conda create -n tensorflow pip python=3.5
  • C:> activate tensorflow
  • (tensorflow)C:> pip install --ignore-installed --upgrade tensorflow

See Installing TensorFlow 请参阅安装TensorFlow

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM