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

Run on CPU #6

Open
s4chin opened this issue Mar 3, 2017 · 3 comments
Open

Run on CPU #6

s4chin opened this issue Mar 3, 2017 · 3 comments

Comments

@s4chin
Copy link

s4chin commented Mar 3, 2017

I want to generate images using CPU (don't want to train). How do I modify the code to do this?
Seeing the results on likemo.net isn't an option for me.

@DmitryUlyanov
Copy link
Owner

Hello, find all :cuda() calls and remove them. Convert net from cudnn to cunn with cudnn.convert(net, nn). Should be it!

@s4chin
Copy link
Author

s4chin commented Mar 3, 2017

To run cudnn.convert(net, nn), I need a GPU right?
I don't have a GPU, is there any other way?

@DmitryUlyanov
Copy link
Owner

DmitryUlyanov commented Mar 3, 2017 via email

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

2 participants