MobileNet-Caffe icon indicating copy to clipboard operation
MobileNet-Caffe copied to clipboard

Check failed: error == cudaSuccess (74 vs. 0) misaligned address

Open wendalegood opened this issue 8 years ago • 3 comments

when train on Maxwell GeForce GTX TITAN X , there was an error( [math_functions.cu:79] Check failed: error == cudaSuccess (74 vs. 0) misaligned address) , I change cuda7.5 to cuda8.0 and cudnn to cudnn5.1 but it was not work. Then I change the convolution engine to CAFFE, it worked but the training speed was too slow. How to fix the problem, thx.

wendalegood avatar Jul 13 '17 05:07 wendalegood

I have not met this error before, maybe there is something wrong with your caffe or cudnn? you may try https://github.com/yonghenglh6/DepthwiseConvolution for speedup.

shicai avatar Jul 13 '17 08:07 shicai

yeah,I also met misaligned address problem and have no idea. What's shocking me more is the GPU memory it costs,almost 11G. Even training with a Titan X ,the batchsize could only be 1.By the way , the input size is 512x320。

yytzjgsu avatar Aug 17 '17 08:08 yytzjgsu

I also meet this problem . Did you deal with it? @wendalegood @shicai @ @ @

Ai-is-light avatar Jan 09 '18 12:01 Ai-is-light