これは何?

なに?これっ!て?思うものを集めて・・・

cuda for Deep learning by Python-2(CentOS7機で機械学習(Deep learning)をpythonでやりたい。できればcuda使える環境にしたい。)

(つづき)(CentOS7機で機械学習(Deep learning)をpythonでやりたい。できればcuda使える環境にしたい。)

 

PyCUDAのインストール

# pip install PyCUDA

sudo  pip install PyCUDAではインストールできなかった。

 

続いて、Theano (~30m): python -c "import theano; theano.test()"

Ran 19652 tests in 7392.786s

FAILED (KNOWNFAIL=18, SKIP=64, errors=5)

FAILEDで終わっている。どうしよう。とりあえず

Speed test Theano/BLAS

python /usr/lib/python2.*/site-packages/theano/misc/check_blas.py

 

 

Pylearn2 install to CentOS, with CUDA

 

 

Python - PyBrainを用いて強化学習をしてみた - Qiita