sanghoon / pva-faster-rcnn

Demo code for PVANet
https://arxiv.org/abs/1611.08588
Other
650 stars 241 forks source link

Check failed: error == cudaSuccess (2 vs. 0) out of memory *** Check failure stack trace: *** #94

Open Jasmine66Bloom opened 6 years ago

Jasmine66Bloom commented 6 years ago

hi, I‘m learning to pvanet, using the caffe of pvanet version to other task. In the testing process, I'm using multi-scale tests, reporting 'out of memory'. Through to compare with the origin caffe, caffe of pvanet version take up more GPU memory. according to scale increase, the task cost more and more GPU memory until report errors. So, Whether or not there is optimization on the caffe of pvanet version about gpu memory in running time? can you give me some advices? thank you!

Jasmine66Bloom commented 6 years ago

@sanghoon

QueenJuliaZxx commented 6 years ago

I have meet the same problem,have you solved it ?