CornerNet icon indicating copy to clipboard operation
CornerNet copied to clipboard

Killed

Open GeorgeP24 opened this issue 5 years ago • 4 comments

loading annotations into memory...
Done (t=9.61s)
creating index...
index created!
Killed```
what's happen?
how to resolve this problem?
thanks.

GeorgeP24 avatar Jul 15 '19 06:07 GeorgeP24

i faced the same problem as you ,an when i change the batch_size to 1. it disappear but out of memory

dyx118186878 avatar Sep 20 '19 07:09 dyx118186878

It looks like your conda does not install cudnn, which makes the model to consume all of your GPU memory.

AlphaGoMK avatar Sep 27 '19 13:09 AlphaGoMK

I faced the same problem. Change the batch_size to 1 doesn't work. Install cudnn also doesn't work.

cheng-quan avatar Sep 04 '20 12:09 cheng-quan

+1

realNjupt avatar Apr 11 '21 04:04 realNjupt