pfnet / PaintsChainer

line drawing colorization using chainer
https://paintschainer.preferred.tech/
MIT License
3.77k stars 561 forks source link

How can i learning this code in CPU environment? #117

Open lionking9529 opened 7 years ago

lionking9529 commented 7 years ago

How can i learning this code in CPU environment?

taizan commented 7 years ago

the code itself (train_128.py & train_512.py) are runnable in CPU environment. see also https://github.com/pfnet/PaintsChainer/wiki/Training-Models

jzhoulon commented 6 years ago

Hi, I use some pictures with these models, it seems that some work but some not work on cpu, but it can render correctly on Paintschainer website, does the model on Paintschainer website is the same as this or there is some addition processing on patinschaienr website? Thanks

taizan commented 6 years ago

is it have a ch in your image? in web site there is patch to fill 255 witch have a ch. or maybe error handling of image size was updated.

uyongw commented 6 years ago

Yes we have alpha channel. How could we get the patch?

taizan commented 6 years ago

this patch could solve the alpha channel input https://github.com/pfnet/PaintsChainer/pull/131

uyongw commented 6 years ago

Thanks!