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.shto use correct pathes. For cuda SDK path, use the path contains filehelper_cuda.h. - Make a
dummyincludefolder, and put thecutil_inline.hinto 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.
This is great, but can anyone verify that it is in fact functional? I am unable to recreate the sample specified here: https://code.google.com/p/cuda-convnet/wiki/TrainingNet with no error output...