Custom dataloader with lists and tensors

Hi all,

I am working on a project involving images and point clouds.
However, the point cloud tensor each has different lengths and other inputs have the same lengths.
I know it is possible to have a custom collate function, but is it possible to use the default one for the inputs with the same length and a custom one for variable length?
Thanks.