Closed Merom99 closed 5 months ago
I met the same problem too!I can't figure out it either,I am trying to use different environment configurations to solve it!
Thanks @HouXiao01, did you get any updates?
Hey @Merom99
Thank you for your question. First of all I would suggest to migrate to nnUNetV2 since V1 is no longer supported. The error message you are seeing is a standard error which happens during multiprocessing if one of the workers (for whatever reason) crashed. Usually the actual error message can be found above that. Furthermore, if you want to train nnUNet with a different amount of labels I would suggest to take a look at MultiTalent
Best,
Max
Closing. Feel free to reopen if you still have questions!
Hi, I am using nnunetv1 and I have have data with different number of lables, I would like to randomly dropout specific labels i.e. label=2. I tried to do that on nnUNetTrainerV2 by adding dropout labels code under run_iteration function, however, it does return this error: "RuntimeError: One or more background workers are no longer alive. Exiting. Please check the print statements above for the actual error message Exception in thread Thread-4 (results_loop): Traceback (most recent call last):" Any idea of how to solve that?
Here is my addition:
def run_iteration(self, data_generator, do_backprop=True, run_online_evaluation=False): """ gradient clipping improves training stability
dropout