KPConv-PyTorch icon indicating copy to clipboard operation
KPConv-PyTorch copied to clipboard

Out of memory when using test_models.py

Open xuanyi97 opened this issue 3 years ago • 2 comments

Hi, I tried to run the test_models.py on a single sequence folder (e.g 15) of the SemanticKitti dataset. However, I encountered cuda out of memory issues. May I know what I should do to get past this memory error?

xuanyi97 avatar Dec 01 '21 15:12 xuanyi97

See previous issues #24

HuguesTHOMAS avatar Dec 01 '21 21:12 HuguesTHOMAS

make all parameters of num_worker to 0

prannt99 avatar Mar 23 '22 03:03 prannt99