coco-caption icon indicating copy to clipboard operation
coco-caption copied to clipboard

METEOR eats up memory?

Open chaonan99 opened this issue 8 years ago • 1 comments

I've found yaoli post a problem here about METEOR. It says that METEOR script fails to kill the sub-process and may eats up memory. Is that truly an issue?

chaonan99 avatar Aug 08 '16 19:08 chaonan99

That's definitely an issue especially when you want to evaluate the performance of your model while training. I came across this for a few times but didn't really looked into it, until now. I just applied the fix as yaoli suggests and started to train a system. I will let you know if this solves the issue.

UPDATE: After a few days of training the problem is now solved. METEOR successfully kills the subprocesses after applying the fix.

semihyagcioglu avatar Aug 09 '16 14:08 semihyagcioglu