FB-BEV icon indicating copy to clipboard operation
FB-BEV copied to clipboard

memory overflow of evaluation

Open rkdckddnjs9 opened this issue 2 years ago • 8 comments

Thanks for your excellent works!

When I test with dist_test.sh, the memory continues to increase, causing the evaluation to stop. The same thing happens when fbocc.py's pred_occcupancy_category = pred_occcupancy_category.cpu().numpy() is performed without changing to cpu. I wonder if there were any problems like this, do you know how to solve them?

rkdckddnjs9 avatar Aug 25 '23 09:08 rkdckddnjs9

image

rkdckddnjs9 avatar Aug 28 '23 07:08 rkdckddnjs9

Even if the evaluation was conducted on another server with 128G of RAM, it was confirmed that the memory was exceeded.

rkdckddnjs9 avatar Aug 28 '23 07:08 rkdckddnjs9

Even if the evaluation was conducted on another server with 128G of RAM, it was confirmed that the memory was exceeded.

Have you solved this? The memory overflow on the 160g RAM too.

jarvishou829 avatar Aug 30 '23 01:08 jarvishou829

Even if the evaluation was conducted on another server with 128G of RAM, it was confirmed that the memory was exceeded.

Have you solved this? The memory overflow on the 160g RAM too.

I tried several methods, but couldn't solve it.

rkdckddnjs9 avatar Aug 30 '23 05:08 rkdckddnjs9

This work preserves the history information in the RAM, so more memory is needed.

cdb342 avatar Aug 31 '23 11:08 cdb342

This work preserves the history information in the RAM, so more memory is needed.

Could you give me your computer specifications and environmental information?

rkdckddnjs9 avatar Aug 31 '23 14:08 rkdckddnjs9

This work preserves the history information in the RAM, so more memory is needed.

Could you give me your computer specifications and environmental information?

I run the code on the cluster, similar errors occur when I specify the default quantity memory, but this problem is solved when I allocate 500g memory.

cdb342 avatar Sep 01 '23 15:09 cdb342

This work preserves the history information in the RAM, so more memory is needed.

Could you give me your computer specifications and environmental information?

I run the code on the cluster, similar errors occur when I specify the default quantity memory, but this problem is solved when I allocate 500g memory.

Thank you for your reply :)

rkdckddnjs9 avatar Sep 06 '23 07:09 rkdckddnjs9