hkust-vgd / pointwise

Code for Pointwise Convolutional Neural Networks, CVPR 2018
http://pointwise.scenenn.net
MIT License
130 stars 26 forks source link

CUDA_ERROR_ILLEGAL_ADDRESS #10

Open jsaisagar opened 5 years ago

jsaisagar commented 5 years ago

Hi,

I am getting the following error.

tensorflow/stream_executor/cuda/cuda_event.cc:48] Error polling for event status: failed to query event: CUDA_ERROR_ILLEGAL_ADDRESS

I tried to figure out this and learned that it is throwing from GradientQuery operator while updating gradients to input.

May I know how to resolve this?

Thanks, Sai

songuke commented 5 years ago

Thanks Sai. Could you provide more details about the error? So you can run the forward convolution successfully?

Which data are you testing? ModelNet40?