Dictionary in DataLoader

I am interested to know this also.
There is a collador_fn function which decides how the loader handle different dataset.
In the doc, default collador_fn only transfer np array to tensor without changing other format.

Dictionary seems to be collected as keys.
No idea bout tuple or list.

Also want to know.