YOLOv4-pytorch
YOLOv4-pytorch copied to clipboard
CUDA OUT OF MEMORY
I tried many methods, such as adjusting batch_ size, but still oom. In fact, my machine memory is 32g and my video memory is 8g. Batch should not appear batch_ size cannot be set more than 8. And bacth_size is reduced, oom will also appear after running several epochs. How to solve it?