码迷,mamicode.com
首页 > 其他好文 > 详细

Tflearn的安装

时间:2017-10-10 14:36:54      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:examples   host   检验   通过   dir   ges   gdi   https   有关   

  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,就可以通过浏览器查看整个训练过程以及各种有关精确度等数据走向

Tflearn的安装

标签:examples   host   检验   通过   dir   ges   gdi   https   有关   

原文地址:http://www.cnblogs.com/fangpengchengbupter/p/7645017.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!