Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lionking9529 opened this issue May 20, 2017 · 6 comments
Open

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

lionking9529 opened this issue May 20, 2017 · 6 comments

Comments

@lionking9529
Copy link

How can i learning this code in CPU environment?

@taizan
Copy link
Contributor

taizan commented May 23, 2017

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
Copy link

jzhoulon commented Sep 6, 2017

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
Copy link
Contributor

taizan commented Sep 10, 2017

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
Copy link

uyongw commented Sep 13, 2017

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

@taizan
Copy link
Contributor

taizan commented Sep 14, 2017

this patch could solve the alpha channel input
#131

@uyongw
Copy link

uyongw commented Sep 14, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants