You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am a graduate student who is trying to use nnUNet in Colab.
I tried to run nnUNet preprocessing on the Liver dataset in Medical Decathlon Dataset with the Google Colab. But I found I will always met a freeze in the process even I have made the number of threads 1. So have you ever tried the liver tumor segmentation dataset in Colab? Or can you give me some advice about this issue?
Many thanks!
The text was updated successfully, but these errors were encountered:
I never ran preprocessing on the Liver Dataset of the Medical Decathlon Dataset on google colab.
As freezing processes are often attributed to exceeding the RAM and some workers crashing, your idea to reduce the number of worker was correct.
Perhaps you could try to run the same Code with nnU-Net Version 2, this Google Colab has now also been updated to nnU-Net version 2. So you might want to check it out again.
The advantage of nnU-Net V2 is that it now throws errors when it gets stuck due to multiprocessing issues.
If you know exactly which type of configuration you want to prepare, you could also try the following command.
Hi, I am a graduate student who is trying to use nnUNet in Colab.
I tried to run nnUNet preprocessing on the Liver dataset in Medical Decathlon Dataset with the Google Colab. But I found I will always met a freeze in the process even I have made the number of threads 1. So have you ever tried the liver tumor segmentation dataset in Colab? Or can you give me some advice about this issue?
Many thanks!
The text was updated successfully, but these errors were encountered: