jacquelinelala / GFN

Gated Fusion Network for Joint Image Deblurring and Super-Resolution(BMVC 2018 Oral)

Home Page:http://xinyizhang.tech/bmvc2018/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h5py objects cannot be pickled

w181963216 opened this issue · comments

Thank you for your sharing. I encountered a errors problem when it run train_GFN.py,I got the errors as follows:
Step 1:Training folder is LR-GOPRO_x4_Part2.h5-------------------------------
warnings.warn(warning.format(ret))
Traceback (most recent call last):
File "D:/GFN-master/xin_train_GFN_4x.py", line 150, in
train(trainloader, model, criterion, optimizer, epoch)
File "D:/GFN-master/xin_train_GFN_4x.py", line 79, in train
File "C:\ProgramData\Anaconda3\lib\site-packages\h5py_hl\base.py", line 308, in getnewargs
raise TypeError("h5py objects cannot be pickled")
TypeError: h5py objects cannot be pickled

Looking forward to your reply. Thank you.