Open chocolatetoast-chiu opened 5 months ago
[Update]
I also tried to run the segmentation model under wsl2 Ubuntu terminal, the preprocessing using cpu can be run successfully. And the cuDNN algorithm still can't be captured with the scan-20 model.
I thought would it be possible for this GPU to be too new to run the inference under the docker container environment? Referring to this packages' versions:
Sorry for the late response.
Yes, the A6000 you are using seems too new or, in other words, does not have enough backward compatibility to support running these old algorithms.
You can beta-test our new package with 2023+ algorithms that should be supported by your GPU:
Hello!
I've been using this toolkit for a long time, and it has been incredibly helpful for testing deep learning brain tumor segmentation models! Thanks for your hard work 🙏!
Recently, I changed the platform from Ubuntu 20.04 to Windows and set up all the requirements (running all commands in the Anaconda Prompt terminal). Here are the steps I've taken:
Verified Docker and GPU setup:
Checked WSL version:
Successfully ran the BraTs Preprocessor in CPU mode and finished preprocessing the example data.
Problem Description
When I attempted to run the segmentation, I encountered issues related to cuDNN:
Using
mic-dkfz
:CUDNN_STATUS_MAPPING_ERROR
.Using
scan-20
:To verify the cuDNN installation in the container, I ran the container in interactive mode and printed the package information:
Output:
Running
nvidia-smi
inside the interactive terminal:Request for Assistance
I am seeking guidance on whether the segmentation steps are correct for running under the Windows platform. The same process worked fine under Ubuntu, so I suspect there may be different considerations for running the segmentation model with GPU on Windows.
Any insights or suggestions for running the segmentation model with GPU support on Windows would be greatly appreciated.
Thank you!
P.S. Here is my script to run Segmentation