Questions related to Custom DataLoader

Thank you for your reply.

Well, there is no specific reason to set num_workers to 8, and I know that the more workers i know,
the faster I / O processes can handle them.
(I refer to the following article.)

I checked as you told me, and I’ve confirmed that the number of num_workers+1 (main process + subprocess num_workers) pid is allocated. Is the usage wrong?