Hi! thanks for your contribution!, great first issue!
Most users want that. But if you don't, then you can turn it off by setting the flag in the Trainer and provide your own sampler.
https://pytorch-lightning.readthedocs.io/en/latest/trainer.html#replace-sampler-ddp
Feel free to reopen if that doesn't solve your problem.
Most users want that. But if you don't, then you can turn it off by setting the flag in the Trainer and provide your own sampler.
https://pytorch-lightning.readthedocs.io/en/latest/trainer.html#replace-sampler-ddp
Feel free to reopen if that doesn't solve your problem.
Thank you awaelchli. This solves my problem!