TFLearn是在Tensorflow的基礎上進行封裝的一個包,能夠能簡便的搭建網絡。conda是一個非常好用的包管理器,能夠管理好多個包之間的依賴關系。因此,基于conda能夠較方便的安裝TFLearn。 其安裝步驟如下:
(1)使用conda創建環境conda create -n tflearn python=3.5(2)進入環境source activate tflearn(3)使用conda安裝numpy pandas jupyter notebook matplotlib共4個包conda install numpy pandas jupyter notebook matplotlib(4)安裝TFLearn的依賴項conda install scipy h5pypip install tensorflowpip install TFLearn新聞熱點
疑難解答