When `num_workers=0`, `prefetch_factor` is enforced to be `2...
📚 Documentation While constructing a DataLoader with num_workers=0, it is currently enforced that prefetch_factor can only be set to the default value (which is 2). I am not too sure why and whether this should be expected behavior, for ...