tsurumeso / waifu2x-chainer

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

[Question] Use without gpu #25

Closed hirios closed 5 years ago

hirios commented 5 years ago

First, congratulations on the code! Is it possible to work without graphics cards? How can I do this?

tsurumeso commented 5 years ago

You can run on CPU to omit --gpu (-g) option. Sorry for the late response.

hirios commented 5 years ago

@tsurumeso Many thanks for the feedback !! I was able to make it work by following what you said. <3: 3