04 Custom Dataset: Error if num_workers > 0 in DataLoader #177
-
|
Error Message is: If I set CPU_COUNT = 0, so that num_workers=0 in DataLoader, everything works without error. Any ideas? OSX 10.15.7. Python 3.8.8, PyTorch 1.13.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Welp, I guess I solved it, thanks to Google and Github. SOLUTION: |
Beta Was this translation helpful? Give feedback.
-
|
Im on intel macbook2018, and i don't have an error, but the iterating Some more info. Setting parameter Edit: Im using local Jupyter notebooks :) |
Beta Was this translation helpful? Give feedback.
Welp, I guess I solved it, thanks to Google and Github.
I don't understand why/how that fixed the problem.
SOLUTION: