Project-MONAI / tutorials

MONAI Tutorials
https://monai.io/started.html
Apache License 2.0
1.74k stars 662 forks source link

Issue with multi-GPU support in Auto3DSeg on Windows #1700

Closed Yasna-frn closed 3 months ago

Yasna-frn commented 3 months ago

When running Auto3DSeg on Windows, I encountered the error. However, when I utilized %env CUDA_VISIBLE_DEVICES to target a single GPU, the program executed without any issues. It appears that there might be a problem specifically related to multi-GPU usage within Auto3DSeg on the Windows platform. Is there any solution to fix it? Screenshot 2024-04-23 151120

KumoLiu commented 3 months ago

Hi @Yasna-frn, thanks for your interest here. The current version of Auto3DSeg algorithm use a Linux library and can't be used on Windows at this point. https://github.com/Project-MONAI/MONAI/issues/6821#issuecomment-1789933361