TFLearn是在Tensorflow的基礎(chǔ)上進(jìn)行封裝的一個包,能夠能簡便的搭建網(wǎng)絡(luò)。conda是一個非常好用的包管理器,能夠管理好多個包之間的依賴關(guān)系。因此,基于conda能夠較方便的安裝TFLearn。 其安裝步驟如下:
(1)使用conda創(chuàng)建環(huán)境conda create -n tflearn python=3.5(2)進(jìn)入環(huán)境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新聞熱點
疑難解答