facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.08k stars 2.37k forks source link

Process finished with exit code 137 (interrupted by signal 9: SIGKILL)Please read & provide the following #612

Open 1799604432 opened 7 months ago

1799604432 commented 7 months ago

when I running DETR on ubuntu, the program was finished with the problem. I find that the problem was caused by the memory(RAM, not CUDA). When I run the program, the memory usage gets higher and higher. It's said online that there may be a memory leak. How to result this problem