Usps dataset in pytorch

Hi,
Is there any way to use USPS 16x16 dataset (not 28x28) in pytorch?
Kaggle provides USPS in h5py format(https://www.kaggle.com/bistaumanga/usps-dataset), but I don’t know how to use in pytorch dataloader.
Anyone can help?

I find tensorflow code.
Is it possible to use this in pytorch?

PyTorch datasets and dataloaders are pretty neat and simple. Please have a look of how to do this here.