nnUNet icon indicating copy to clipboard operation
nnUNet copied to clipboard

Optional Torch Multiprocessing in nnUNet for Improved Security and Compatibility

Open LennyN95 opened this issue 4 months ago • 0 comments

Dear nnUNet team,

We are currently facing challenges when running nnUNet in Docker containers. The requirement to use flags like --ipc=host or --shm-size for torch.multiprocessing (as reported and discussed in previous issues) makes it difficult to deploy models in our mhub.ai platform. We hesitate to suggest the use of --ipc=host, which is a simple solution but removes security restrictions and should therefore be used with caution. On the other hand, manually specifying the shm-size means an additional burden and makes the inference even more complicated from MHub's point of view.

We currently have some contributions to our portfolio on hold to discuss this topic. In our particular case, the inference is executed sequentially and therefore does not require multiprocessing per se. We propose to make the use of torch.multiprocessing optional during inference.

We welcome any comments and an open discussion on this topic.

Thank you very much! Leo.

LennyN95 avatar Oct 16 '24 11:10 LennyN95