FastMask
FastMask copied to clipboard
Check failed: error == cudaSuccess (29 vs. 0) driver shutting down
Hi,when i run python image_demo.py 0 fm-res39 test.jpg --init_weights=fm-res39_final.caffemodel ,the error is " Check failed: error == cudaSuccess (29 vs. 0) driver shutting down *** Check failure stack trace: *** Aborted (core dumped) " please tell me how to solve it. what is your ubuntu and cuda version?
Hi, @chengyao0929 I never met this issue before. We used cuda7.5 or 8.0 then. Help this can help you!
thanks,I have solved the error。@voidrank
@chengyao0929 Could you provider some details so that others who also meet this issue could make it through?
@chengyao0929 @voidrank I have met the same error here. I am using cuda 7.5. Any suggestions on how to solve the problems?
@bajsk Can you pass all the test when compiling caffe?
When I run
make runtest
, at the end of the testing process, I also got
Check failed: error == cudaSuccess (29 vs. 0) driver shutting down
Basically, though the error popped up everytime I tried the image_demo.py or make runtest, I still got the result of the object segmentation.