http://blog.csdn.net/nxcxl88/article/details/52704877?locationNum=13

 

安装后,一定要运行这句话后   $ source activate tensorflow 

进入 python 环境

再导入tensflow 模块 才可以

退出这个环境后,

  1. (tensorflow)$ source deactivate   

就不能导入模块了 

 

anaconda 中使用也要在tensflow环境中,终端安装其他模块,也要先进入tensorflow环境。

 

基本使用 : http://www.cnblogs.com/whowhoha/p/5832039.html

 

tflearn安装:http://tflearn.org/installation/#tflearn-installation

报错的话处理:https://codedump.io/share/p6vdnFYnXCkz/1/importerror-no-module-named-corernn-when-i-use-tensorflow-and-use-the-tflearn

--图像展示: tensorboard --logdir=/tmp/tflearn_logs/  

相关文章:

  • 2021-09-17
  • 2018-04-09
  • 2021-09-10
  • 2022-01-03
  • 2022-02-12
  • 2021-06-29
  • 2022-12-23
  • 2021-07-27
猜你喜欢
  • 2022-02-26
  • 2021-08-30
  • 2021-08-18
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
相关资源
相似解决方案