Last active
August 29, 2015 14:06
-
-
Save waylonflinn/41502dadf1a0711f39ee to your computer and use it in GitHub Desktop.
Install Deep Learning libraries for Python (caffe)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First run the python data science script: https://gist.github.com/waylonflinn/506f563573600d944923 | |
# cuda | |
# wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_6.5-14_amd64.deb | |
# dpkg -i cuda-repo-ubuntu1404_6.5-14_amd64.deb | |
# sudo apt-get update | |
# sudo apt-get install -y cuda | |
# pushd installs | |
# wget https://github.com/BVLC/caffe/archive/v0.9999.tar.gz | |
# tar -xvf v0.9999.tar.gz | |
# pushd caffe-0.9999/ | |
# | |
# popd | |
# popd | |
# pushd installs | |
# wget http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_6.5.14_linux_64.run | |
# chmod a+x cuda_6.5.14_linux_64.run | |
# ./cuda_6.5.14_linux_64.run | |
# https://github.com/BVLC/caffe/archive/v0.9999.tar.gz | |
pip install Pillow | |
pip install scikit-image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caffe error with OpenBLAS: http://stackoverflow.com/questions/24479060/ubuntu-12-04-ld-cannot-find-library