ubuntu下tflearn安装

xiaoxiao2021-02-28  113

ubuntu下基于python2.7 anaconda2安装tflearn

  TFLearn是在Tensorflow的基础上进行封装的一个包,能够能简便的搭建网络。conda是一个非常好用的包管理器,能够管理好多个包之间的依赖关系。因此,基于conda能够较方便的安装TFLearn。

(1)使用conda创建环境 conda create -n tflearn python=2.7 (2)进入环境 source activate tflearn (3)使用conda安装numpy pandas jupyter notebook matplotlib共4个包 conda install numpy pandas jupyter notebook matplotlib (4)安装TFLearn的依赖项 conda install scipy h5py pip install tensorflow pip install TFLearn
转载请注明原文地址: https://www.6miu.com/read-31530.html

最新回复(0)