Object-Detection-Knowledge-Distillation
Object-Detection-Knowledge-Distillation copied to clipboard
RuntimeError: CUDA error: out of memory
Hi,
I always got the run time error after I ran python eval.py mbv2 --trained_model=checkpoints/student_mbv2_500_3934.pth. Does anyone know how to solve this error? Thanks.
Did you try to reduce the batch size?
@EdenBelouadah Thanks. No, I haven't. I will try it.