Closed rehno-lindeque closed 2 years ago
@rehno-lindeque
We're upstreaming the amazon-s3-plugin-for-pytorch into the torchdata package (https://github.com/pytorch/data/pull/318). We're dropping support for this plugin.
Thanks for raising this issue. However, we're not updating this repository anymore. If the issue still occurs in the new torchdata package, we'll investigate and resolve the issue.
Thanks @ydaiming. I've already started transitioning to torchdata myself so that is pretty convenient :+1:
This may be a documentation issue:
Pytorch dataloaders only appear to work when
multiprocessing_context
is set to"spawn"
. (or whenworkers=0
)At least with pytorch 1.10
I obtain the error
unless
multiprocessing_context = "spawn"
is explicitly set.