Deformable-Convolution-V2-PyTorch icon indicating copy to clipboard operation
Deformable-Convolution-V2-PyTorch copied to clipboard

error in deformable_col2im_cuda: too many resources requested for launch

Open omrysendik opened this issue 6 years ago • 4 comments

I'm getting the following errors while running test.py: "error in deformable_col2im_cuda: too many resources requested for launch"

Any tips?

omrysendik avatar Aug 11 '19 18:08 omrysendik

Me too

mbcel avatar Sep 22 '19 14:09 mbcel

I have a same problem ,have you solved it?

WJ1214 avatar Oct 25 '19 07:10 WJ1214

maybe higher graphics card is nedded i think :)

MingqiangNing avatar Aug 08 '20 02:08 MingqiangNing

I have a question. We used Deformable Conv in classification tasks. We set the training batchsize the same as im2col_step. During the test process, we put different numbers of test samples in test batch (e.g. test the testing dataset by input one sample per time, or test the testing dataset by inputing ten samples per time), and get different classification results. It seems that how many samples we input to the network each time impacts the final classification results. So why is this happening? Will you kindly give me some advice? What's the relationship between testing batchsize and im2col_step? What's the relationship between training batchsize and im2col_step?

crocodilegogogo avatar Sep 03 '20 03:09 crocodilegogogo