Typical DDP setups use a DistributedSampler
to avoid reusing the same samples and to split them among the ranks. Are you using such a sampler already?
Typical DDP setups use a DistributedSampler
to avoid reusing the same samples and to split them among the ranks. Are you using such a sampler already?