pytorch dataloader very slow with hdf5 data
I’m having a very large dataset in hdf5 format which I can not load in memory all at once. I’m using custom dataset from torch here’s the code
I’m having a very large dataset in hdf5 format which I can not load in memory all at once. I’m using custom dataset from torch here’s the code