I use my own image datas with demo.py and got this error, no any other infos display.
I have located the postion causing this error, its roi layer calling. However, I tested the ROIAlign_cuda.cu not using PyTorch Tensor as parameters but use float * instead and no errors raise.
my gcc version is 4.8.5, is the gcc version critical ? any advices? thanks
I use my own image datas with
demo.pyand got this error, no any other infos display.I have located the postion causing this error, its roi layer calling. However, I tested the
ROIAlign_cuda.cunot usingPyTorch Tensoras parameters but usefloat *instead and no errors raise.my
gccversion is 4.8.5, is the gcc version critical ? any advices? thanks