tensor flow 安装

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/  

原文地址:https://www.cnblogs.com/zhangbojiangfeng/p/6285701.html