MobileNet-Caffe
MobileNet-Caffe copied to clipboard
error == cudaSuccess (77 vs. 0 ) an illegal memory access was encountered
Did someone meet the problem ,called error == cudaSuccess (77 vs. 0 ) , when I changed the original convolution to the format of the depthwise convolution,and run it , I got the math_functions.cuL79 ] check failed: error == cudaSuccess (77 vs. 0 ) an illegal memory access was encountered. However, when I used the CAFFE TIME to test the same prototxt(the depthwise convolution prototxt), it worked and cumulated the network's time.
when I use 1 GPU, it can ran,however try 2*GPUs or 4 GPUs , I wrong
Hi, have you solved this problem? I also encountered the same problem.