Creating a simple tensor dataloader

Hi everyone,

I’m trying to create simple tensor dataloaders that don’t have an “underlying” dataset (so I want to create the batches myself). I do want to add some transforms though (batch_tfms). How would I go about doing this?

Thanks!