CUDA-CNN
CUDA-CNN copied to clipboard
CNN accelerated by cuda. Test on mnist and finilly get 99.76%
我这边选择1以后 最后显示 total malloc cpu memory 0.00000MB total malloc Gpu memory 0.00000MB cuMatrix Vector operator[] error 楼主 求指导以下- -找不到原因了。。
when I run ./CUDA-CNN 1 and get this error 'cuMatrix host memory allocation failed'.Can you fix this. I run this on Max OSX 10.11.
I have run it successfully on VS2015+CUDA8.0+opencv2.4, thanks! Now I have a very great program to study, thanks! I also want to know what kind of your compute, I want...
Currently I am learning CUDA-CNN source code and may find some unnecessary use of __syncthreads() for a kernel funcitons g_getCost_3 in common/cuBase.cu For kernel function g_getCost_3, ``` __global__ void g_getCost_3(float*...
Hi guys, Really appreciate your elegent code! Right now I playing with the batch size setting. For Mnist dataset, when I set the batch size = 1, I will get...