bigmb / Unet-Segmentation-Pytorch-Nest-of-Unets

Implementation of different kinds of Unet Models for Image Segmentation - Unet , RCNN-Unet, Attention Unet, RCNN-Attention Unet, Nested Unet
MIT License
1.87k stars 345 forks source link

RuntimeError: DataLoader worker (pid(s) 38348, 20180, 30224, 8512, 38232, 19588, 39276, 10048) exited unexpectedly #68

Closed RaylinLee closed 5 months ago

RaylinLee commented 5 months ago

Hello, I ran your program and encountered this issue. I'm not sure if it's due to a problem with the categorization of the dataset. Do you have any suggestions for solving this? best regard, Ray image

bigmb commented 5 months ago

Try running it without num_workers and reducing the batch_size.