pfnet / PaintsChainer

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

fix to work without GPU (-g -1) #6

Closed Itsukara closed 7 years ago

Itsukara commented 7 years ago

Current code does not work without GPU (option: -g -1). This change fix this issue.

Itsukara commented 7 years ago

My change has no conflicts with your code. Could you merge my code? This change will be very usefull for users without GPU or with a little GPU memory like me.

taizan commented 7 years ago

Thanks for PR !! Its looks useful users, I ll check it later.

zinking commented 7 years ago

+1 this should be merged. thanks @Itsukara

liamjones commented 7 years ago

@taizan @Itsukara I don't think the file in commit 9c9b59e should have been included in this PR? Looks unrelated