tsurumeso / waifu2x-chainer

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

[feature request] suport cuDNN for faster perfomance #21

Closed ghost closed 5 years ago

ghost commented 5 years ago

I seen some people use cuDNN on waifu2x and they have faster result than without using it. I hope this is useful for waifu2x-chainer

Link:

*you don't need an account to install cuDNN, you can install it directly from their repo

tsurumeso commented 5 years ago

I recommend you to install CuPy precompiled binary package that include cuDNN. Then waifu2x-chainer will use cuDNN automatically. See: https://docs-cupy.chainer.org/en/stable/install.html#install-cupy

ghost commented 5 years ago

Ohh, automatically. Sorry, I thought I have to do more steps for cuDDN to work.

I use CuPy For CUDA 10.1 if this is something