Algorithm test

Algorithm test  

  By: huiminx on July 16, 2022, 11:31 a.m.

Dear organizer

In the ''Try-out Algorithm" part, I test my algorithm with the given the teeth scan but encountered "RuntimeError: CUDA out of memory. Tried to allocate 4.10 GiB (GPU 0; 14.76 GiB total capacity; 10.08 GiB already allocated; 1.19 GiB free; 12.44 GiB reserved in total by PyTorch)". I wonder if the system provides a GPU with memory capacity as large as 24GB, as my algorithm was designed to take up 24 GB of memory. I would appreciate if you are kind enough to provide a solution!

Looking forward to your reply! Best regards,

Re: Algorithm test  

  By: spujades on July 18, 2022, 7:41 a.m.

Dear Participant,

When creating an algorithm, you can specify the amount of memory needed. Check the instructions in https://github.com/abenhamadou/3DTeethSeg22_challenge "submit your algorithm", Item 1.

Best regards, On behalf of the organization team

Re: Algorithm test  

  By: huiminx on July 18, 2022, 3:52 p.m.

Dear organizer

Thank you for your reply!

But I have specified that I need a gpu of 24G when creating my algorithm, but it seems that the system assigns me the GPU with capacity 15G all the time , which does not meet my requirements. So what should I do please?

Best regrads

Re: Algorithm test  

  By: achraf.ben-hamadou on July 20, 2022, 12:32 p.m.

Hello, I believe the GPU usage is limited to 16 GB.

Best regards

 Last edited by: achraf.ben-hamadou on Aug. 15, 2023, 12:56 p.m., edited 2 times in total.