The original great cuda-convnet
package is here: http://code.google.com/p/cuda-convnet/
To build the convnet using CUDA 5:
- Change the
build.sh
to use correct pathes. For cuda SDK path, use the path contains filehelper_cuda.h
. - Make a
dummyinclude
folder, and put thecutil_inline.h
into that folder. - For MAKEFILE, include the dummyinclude file.
Try ./build.sh
and see whether that can compiles.
The functionality is not fully tested and this can just compiles the package.
There is some further comments in email from David Reichert and hope this will benefit others: