When using the latest version of the nnUNet plugin (as of January 7, 2025), I encountered two issues. First, the log indicates that the prediction process failed due to insufficient memory, causing the results array to be moved to the CPU. However, I am using an NVIDIA GeForce RTX 4060 with 8GB of VRAM, which I believe should be sufficient. Second, I received the error "RuntimeError: Given groups=1, weight of size [32, 4, 3, 3, 3], expected input[1, 1, 128, 128, 128] to have 4 channels, but got 1 channel instead." However, I have ensured that the input data is indeed 4-channel (and have also used code to forcibly convert it to confirm this). Thank you for your assistance!
When using the latest version of the nnUNet plugin (as of January 7, 2025), I encountered two issues. First, the log indicates that the prediction process failed due to insufficient memory, causing the results array to be moved to the CPU. However, I am using an NVIDIA GeForce RTX 4060 with 8GB of VRAM, which I believe should be sufficient. Second, I received the error "RuntimeError: Given groups=1, weight of size [32, 4, 3, 3, 3], expected input[1, 1, 128, 128, 128] to have 4 channels, but got 1 channel instead." However, I have ensured that the input data is indeed 4-channel (and have also used code to forcibly convert it to confirm this). Thank you for your assistance!