RangeLoss-Caffe
RangeLoss-Caffe copied to clipboard
SIGSEGV (@0x8) received by PID 33937 (TID 0x7fa21e15b800) from PID 8; stack trace
when I put your range_loss.cpp and range_loss.hpp in my caffe, and modified the caffe.proto as the readme sayed, the compilation is sucessful. but when i run the code on mnist, i meet the error in the images. Can your tell me how to correct the problem?
I have solved the problem. I increase the batch_size from 64 to 128......but I do not know the internal reason.