ge-xing / SegMamba

SegMamba: Long-range Sequential Modeling Mamba For 3D Medical Image Segmentation
https://arxiv.org/abs/2401.13560
349 stars 18 forks source link

关于RuntimeError: One or more background workers are no longer alive. #51

Open koma1987 opened 3 weeks ago

koma1987 commented 3 weeks ago

您好,我在运行 训练步骤时,出现了这一个错误 RuntimeError: One or more background workers are no longer alive. Exiting. Please check the print statements above for the actual error message,请问一下该如何解决呢,谢谢

ge-xing commented 2 weeks ago

这个不是具体错误,你先看看有没有其他错误 往上翻一下日志。

koma1987 commented 2 weeks ago

你好,感谢回复,整个错误信息是这样的: Exception in thread Thread-12: Traceback (most recent call last): File "/root/miniconda3/envs/lab/lib/python3.9/threading.py", line 980, in _bootstrap_inner self.run() File "/root/miniconda3/envs/lab/lib/python3.9/threading.py", line 917, in run self._target(*self._args, **self._kwargs) File "/root/miniconda3/envs/lab/lib/python3.9/site-packages/batchgenerators/dataloading/nondet_multi_threaded_augmenter.py", line 125, in results_loop raise e File "/root/miniconda3/envs/lab/lib/python3.9/site-packages/batchgenerators/dataloading/nondet_multi_threaded_augmenter.py", line 103, in results_loop raise RuntimeError("One or more background workers are no longer alive. Exiting. Please check the " RuntimeError: One or more background workers are no longer alive. Exiting. Please check the print statements above for the actual error message

ge-xing commented 2 weeks ago

你是跑完了吧?如果没有其他报错信息,跑完了就会出现这个 没问题的。