I’m following your code to convert csv to hdf5. There is an error when I set num_workers greater than 2:
KeyError: ‘Unable to open object (bad object header version number)’\n’”
Is it a safer way by using hdf5 to set the num_workers=1 in dataloader?