Closed ChinaWangYu666 closed 2 years ago
At one point in the code does this happen? You are likely running out of memory. What is your batch size?
At one point in the code does this happen? You are likely running out of memory. What is your batch size?
It happens during the testing phase. I find it is running out of memory
MSVD evaluation requires a lot of memory because we perform evaulation for multiple captions per video at the same time. Inference happens on the CPU. I would suggest either using a machine with more CPU memory or experimenting on less memory intensive datasets like MSR-VTT or LSMDC. Thanks!
Hi @ChinaWangYu666 , I also encountered this problem during testing. You can increase swap memory.
We run the code on the MSVD dataset, but the code is exited without any errors and hints. The author can give me some help. Thanks very much!