I was going through the datamodules of lightning_bolts and realized that train/val_dataloader methods are being used to define ‘transforms’ and ‘datasets’ instead of setup
hook as shown in the docs.
Is there any known issue blocking this provision or it’s just a matter of preference?