yangyangyang127 / Seg-NN

[CVPR2024 Hightlight] No Time to Train: Empowering Non-Parametric Networks for Few-shot 3D Scene Segmentation
83 stars 5 forks source link

Questions about multi-GPU running #2

Open mooncakehub opened 11 months ago

mooncakehub commented 11 months ago

Thank you for the code. Due to insufficient memory of a single graphics card, I want to use multiple graphics cards to run the code you provided. Can your code be modified to run for multiple Gpus? If so, what part can be modified

yangyangyang127 commented 11 months ago

Thanks for your interest. I will add multi-gpu running code next.

mooncakehub commented 10 months ago

thank you for your reply.when I run your code,I met some problem . 1

YuenaQiao commented 2 months ago

Have you solved it? I encountered the same problem.

thank you for your reply.when I run your code,I met some problem . 1

yangyangyang127 commented 2 months ago

Have you solved it? I encountered the same problem.

thank you for your reply.when I run your code,I met some problem . 1

This problem happens because the code does build the test set. I think you can delete the test set fold and try again.