Skip to content

Instantly share code, notes, and snippets.

View benathi's full-sized avatar

Ben Athiwaratkun benathi

View GitHub Profile
@kespindler
kespindler / setup.sh
Created February 9, 2014 01:00
Benchmark EC2 GPU instances with Pylearn2 deep learning on MNIST dataset
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
sudo apt-get -y install git make python-dev python-setuptools libblas-dev gfortran g++ python-pip python-numpy python-scipy liblapack-dev
sudo pip install ipython nose
sudo apt-get install screen
sudo pip install --upgrade git+git://github.com/Theano/Theano.git
wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1204/x86_64/cuda-repo-ubuntu1204_5.5-0_amd64.deb
sudo dpkg -i cuda-repo-ubuntu1204_5.5-0_amd64.deb
sudo apt-get update