1. scipy-doc安装 sudo apt-get install python-scipy-doc安装python-scipy-doc
  2. h5py安装 sudo pip install h5py
  3. scipy安装 sudo pip3 install scipy
  4. tflearn安装 sudo pip install git+ https://github.com/tflearn/tflearn.git  等待成功后输入命令 git clone https://github.com/tflearn/tflearn –recursive,将tflearn的库拷贝到你的linux上

Tflearn安装检验

  1. cd tflearn/examples/images/,然后输入命令python alexnet.py
  2. 然后另打开一个终端,输入命令python tensorflow/tensorboard/tensorboard.py –logdir=/tmp/tflearn_logs
  3. 打开浏览器输入localhost:6006,就可以通过浏览器查看整个训练过程以及各种有关精确度等数据走向

最新文章

  1. Socket通信综合示例
  2. oracle---jdbc--laobai
  3. css伪类选择器及伪元素选择器
  4. JSP(include指令)页面
  5. Picard 法求方程根
  6. EditText显示明文与密码
  7. MySQL按照汉字的拼音排序,mysql汉字排序
  8. 使用Eclipse自带Web Service插件(Axis1.4)生成Web Service服务端/客户端
  9. 第三方框架之SDWebImage
  10. Android IOS WebRTC 音视频开发总结(五五)-- 音视频通讯中的抗丢包与带宽自适应原理
  11. Entity Framework中查看生成的SQL语句
  12. PYQT4 + Python2.6 + eric4-4.2.2a的安装全过程
  13. SQLServer2008-2012资源及性能监控—CPU使用率监控具体解释
  14. [实战演练]python3使用requests模块爬取页面内容
  15. Hibernate学习错误集锦-GenericJDBCException: could not execute statement
  16. SpringBoot + SpringCloud学习踩坑实记
  17. Configuring High Availability and Consistency for Apache Kafka
  18. 理解Promise的3种姿势
  19. PHP之字符串匹配
  20. spring相关的maven依赖

热门文章

  1. 从Python的角度来看编码与解码
  2. JS高程3:表单脚本
  3. poj Ping pong LA 4329 (树状数组统计数目)
  4. RabbitMQ系列一
  5. Hadoop--mapreduce编程实例1
  6. Oracle 错误 maximum number of processes(150) exceeded 解决办法
  7. Master Sudoku:Get The Skill
  8. CentOS下搭建wordpress全流程
  9. react+echarts/g2/bizcharts可视化图表
  10. 安装loadrunner时出现”命令行选项语法错误键入命令 \?获得帮助“的解决方法