You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not try to wrap WebDatasets with DeepSpeed (lucidrains#367)
Wrapping causes errors due to PyTorch's
`torch.data.utils.DistributedSampler` not being applicable to
`torch.data.utils.IterableDataset`s (which WebDatasets are
implementing).
Fixlucidrains#359.
0 commit comments