Dataloading on the GPU

Is it possible to perform data preprocessing on the GPU in my data loader without having to copy back over to the CPU?

you can do that in training_step of LightningModule for now.