Hi-king / superresolution_gan

Chainer implementation of Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
http://hi-king.hatenablog.com/entry/2016/12/18/094146
49 stars 9 forks source link

Not compatible with the latest version of Chainer #2

Open krmdel opened 5 years ago

krmdel commented 5 years ago

Hi,

This code uses an older version of Chainer. For example, wscale option was removed in the newer versions ( as mentioned in https://docs.chainer.org/en/stable/upgrade_v2.html#wscale-option-is-removed-from-links ).

Is it possible to update the code?

Thanks.

fukumame commented 5 years ago

@krmdel Hi, I updated this code to work with Chainer v 5.1

https://github.com/fukumame/superresolution_gan

Please use this code if you like. But I haven't tested this code in train phase enough, so I'm sorry if it doesn't work

Thanks.