After pre training with nnUNetv2_plan_and_preprocessing - d 101-- verify_daset_integrity, I was able to train nnUNetTrainerUMambaBot normally, but when I changed it to nnUNetTrainerUMambaEncNoAMP, the following error occurred:
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 1000.00 MiB. GPU 0 has a total capacty of 23.46 GiB of which 406.88 MiB is free. Including non-PyTorch memory, this process has 23.06 GiB memory in use. Of the allocated memory 22.78 GiB is allocated by PyTorch, and 82.27 MiB is reserved by PyTorch but unallocated.
After pre training with
nnUNetv2_plan_and_preprocessing - d 101-- verify_daset_integrity, I was able to train nnUNetTrainerUMambaBot normally, but when I changed it to nnUNetTrainerUMambaEncNoAMP, the following error occurred:torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 1000.00 MiB. GPU 0 has a total capacty of 23.46 GiB of which 406.88 MiB is free. Including non-PyTorch memory, this process has 23.06 GiB memory in use. Of the allocated memory 22.78 GiB is allocated by PyTorch, and 82.27 MiB is reserved by PyTorch but unallocated.