David Picard

Results 1 comments of David Picard

I'm currently using a `LightningDataModule` and the datasets are created in the `setup()` hook. The [doc](https://lightning.ai/docs/pytorch/stable/data/datamodule.html#setup) indicates that it is performed on every GPU, so it should be the right...