How do I increase the num_workers value correctly? #698
Replies: 4 comments
-
I would like to know the same thing. |
Beta Was this translation helpful? Give feedback.
-
same, and there is only a warning code in the directory/file it asks for. Mine is telling me to up to 15 but I can't find a way to actually do that and have it read it |
Beta Was this translation helpful? Give feedback.
-
Yep, same question, why is this so weird? It should be an easy to answer question |
Beta Was this translation helpful? Give feedback.
-
You can edit the code to increase num_workers (which has no meaning, please refer to the PyTorch docs) or send a PR to suppress this annoying warning https://github.com/Lightning-AI/pytorch-lightning/pull/10215/files |
Beta Was this translation helpful? Give feedback.
-
I always get this warning before the training starts:
I don't understand this error because I changed the value of num_workers to 8 in the config file before training.
Beta Was this translation helpful? Give feedback.
All reactions