boostcampaitech3/level1-image-classification-level1-cv-06

Runtime Error with DataLoader: exited unexpectedly.

Yewon-dev opened this issue · 0 comments

❗️Error Description

  • Error Message
RuntimeError: DataLoader worker (pid ~~~) exited unexpectedly with exit code 1.

✔️Solution Description

num_workers=0

  • Change num_workers to 0. but, it's too late.
  • There's another Solution that I didn't try.

Similar Issue

pytorch/pytorch#5301