Yi Guo
Results
1
issues of
Yi Guo
In the `DistributedBucketSampler ` class, it's possible that the first bucket has no elements and thus results in a `Division by zero` error. ```python class DistributedBucketSampler(torch.utils.data.distributed.DistributedSampler): # ... def _create_buckets(self):...
bug