jt827859032 / DRRN-pytorch

Pytorch implementation of Deep Recursive Residual Network for Super Resolution (DRRN), CVPR 2017
MIT License
193 stars 53 forks source link

h5py objects cannot be pickled #16

Open qiqiing opened 3 years ago

qiqiing commented 3 years ago

Hello, after I finished the H5 file on MATLAB, I ran main.py for training, and the TypeError: h5py objects cannot be pickled error appeared. What could be the reason?