Hdf5 file into pytorch dataloader

Hi,

I have solved it using a great post - DataLoader, when num_worker >0, there is bug - #16 by piojanu

Basically, since my HDF5 were different (each file, different X / Y files), I had to separately load them.

1 Like