-
Notifications
You must be signed in to change notification settings - Fork 122
Installation
moi90 edited this page Jul 11, 2017
·
8 revisions
- An Nvidia CUDA sm_20 capable graphics card and the CUDA SDK. SparseConvNet is tested using CUDA 7.5, but older versions might work too.
- The OpenCV library
- The Armadillo library
- Google's Sparsehash library
To install dependencies 2-4 on Ubuntu 14.04:
sudo apt-get install libarmadillo-dev libopencv-core-dev libopencv-highgui-dev sparsehash
In Ubuntu 16.04, sparsehash has been replaced by libsparsehash-dev.
- Put the CIFAR-10 .bin data files in the Data/CIFAR10/ folder
- Execute "make cifar10 && ./cifar10"
- If you get the error "libdc1394 error: Failed to initialize libdc1394" from OpenCV, run sudo ln /dev/null /dev/raw1394
SparseConvNet: a spatially-sparse convolutional network
Ben Graham