Ubuntu 14.04—Anaconda 相關

Anaconda 使用國內鏡像:

Anaconda下的 Deep learning Machine 配置(包括OpenBLAS )

 
Anaconda做爲Ubuntu默認環境下,安裝到anaconda目錄中須要使用conda命令而不是pip

安裝OpenBLAS:

sudo apt-get install gfortran
cd git
git clone https://github.com/xianyi/OpenBLAS
cd OpenBLAS
make FC=gfortran
sudo make PREFIX=/usr/local install

 

安裝Theano:
conda install theano

 

安裝Tensorflow

conda install tensorflow

 

或者參見官方安裝教程最好:
 

keras

keras無conda安裝命令:
 
若是出現錯誤:
ImportError: cannot import name pool
那麼能夠:
更換backend到tensorflow

Torch 7

問題1:
./install.sh: 行 59: cmake: 未找到命令
[code]1.  ./install.sh: line 59: cmake: command not found
意思就是cmake 命令程序沒有安裝,執行命令
sudo apt install cmake

 

問題2:
Error: Build error: Failed compiling object readline.o
Fixed with apt-get install libreadline-dev
 
問題3:
cmake: /home/shree/anaconda2/lib/libcurl.so.4: no version information available (required by cmake)
mv ~/anaconda2 ~/anaconda2_tmp

http://blog.csdn.net/songyu0120/article/details/43232849html

 

Torch 使用Lua語言,推薦IDE
Lua Development Tools (LDT)
相關文章
相關標籤/搜索