fengzhang427 / LRD

Official implementation for our ICCV 2023 paper “Towards General Low-Light Raw Noise Synthesis and Modeling”
MIT License
60 stars 3 forks source link

why set num_workers=0? #6

Closed j0nghyukpark closed 7 months ago

j0nghyukpark commented 7 months ago

Is there any reason setting num_workers=0 of the Dataloaders? Changing this to 16 (or 4, 8, ... ) makes training process much faster.

fengzhang427 commented 7 months ago

There's no specific reason for this setting here, it's just that because of our poor servers, setting a larger num_workers won't process it faster. You can set this parameter to whatever you want.