tensorlayer / SRGAN

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
https://github.com/tensorlayer/tensorlayerx
3.24k stars 813 forks source link

can not evaluate ? #234

Open dadajuan opened 3 years ago

dadajuan commented 3 years ago

image when i make train.py end, the evaluated that can not work, it can not get the g.h5? Does anyone knows the reason? @luomai @lgarithm @Yuyue thank you very much.

DemonsHunter commented 3 years ago

I have the same problem, do you fix this?

FYJ10 commented 2 years ago

I have the same problem, do you fix this?

DemonsHunter commented 2 years ago

Unfortunately, I haven't fixed it...

YildizzEmrah commented 2 years ago

install 'h5py==2.10.0' version, It worked for me

dadajuan commented 2 years ago

install 'h5py==2.10.0' version, It worked for me

it works. thank you so much