John Brock

Results 11 comments of John Brock

I'm also encountering this bug on v1.5.20. Changing the time.sleep line to use an exponentially increasing delay didn't seem to help.

Thanks for everyone's thoughts! In general, deciding what to include based on rank seems reasonable. For bodies of water, I'd prefer them to be part of this repo, but I'm...

I agree the docs for `ShardingFilter` and `ShardingRoundRobinDispatcher` are confusing. I created code (see further below for the code and example output) to test my understanding of `ShardingRoundRobinDispatcher`. Based on...

@lendle You're right, I just tested and it works with `DataLoader2`. Here's the `DataLoader2` version of the above code for comparison: ```py import os from torchdata.datapipes.iter import IterableWrapper from torchdata.dataloader2...

Cool, thanks! I'm now able to download the datasources through the app, but as soon as I try turning one on by clicking the checkbox, the app crashes with a...

It's speculative at this point, but considering the number of related issues, can this be added to the 0.6.0 milestone?

@ejguan This could use a review.

A possible workaround is to wrap `DataLoader2.__iter__` so that it gets recreated from scratch each time, rather than just resetting the existing DataLoader2 instance, for example something like this: ```py...

I think that's worth putting in the docs -- I just looked and couldn't find a mention of that limitation.