tsurumeso / waifu2x-chainer

Chainer implementation of waifu2x
MIT License
165 stars 54 forks source link

[Feature Request] CUnet model? #11

Open ghost opened 5 years ago

ghost commented 5 years ago

wiafu2x-caffe recently updated with the CUnet model. It's really good. Unfortunately, waifu2x-caffe still handles large images as poorly as ever, which leads me to wanting a chainer implementation of it. Is there one available anywhere, and if not, would you make one or convert the caffe one for the project? Thanks.

ghost commented 5 years ago

Apparently converting wouldn't even be necessary with the right code: http://docs.chainer.org/en/stable/reference/caffe.html

It's a bit over my head though.