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

Is GPU processing a prerequisite? #4

Open
hipoglucido opened this issue Jun 7, 2016 · 6 comments
Open

Is GPU processing a prerequisite? #4

hipoglucido opened this issue Jun 7, 2016 · 6 comments

Comments

@hipoglucido
Copy link

Hi. First of all, thanks a lot for your work.
I am about to try your scripts and I wanted to now if I could run everything without using GPUs. I have a server with 40 CPUs. Will it run?

@udibr
Copy link
Owner

udibr commented Jun 7, 2016

Yes it runs on CPU, especially if you already have a model and just want to do predictions. But I think you will save on your electricity bill by renting a machine with GPU on Amazon with spot price (as low as $0.08/yr) and saving the model after every iteration to S3 (so you can continue your work if you happen to lose the machine because of spot price changes.)

If you are using Theano you can configure it to use CPU for example:

import os
os.environ['THEANO_FLAGS'] = 'device=cpu,floatX=float32'

@hipoglucido
Copy link
Author

hipoglucido commented Jun 24, 2016

Hello @udibr, I've reading about AWS using and I have decided to do what you said. Is there any specific AMI with pre-installed dependencies that you would recommend to run your project?

Thanks!

@udibr
Copy link
Owner

udibr commented Jun 24, 2016

go to "Community AMIs and search for CUDA

@hipoglucido
Copy link
Author

hipoglucido commented Jun 24, 2016

thanks for answering @udibr . Do you mean I should search in "shared AMIs"? I just want to be sure (I don't see the word 'Community' there)

@udibr
Copy link
Owner

udibr commented Jun 24, 2016

https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:

@nickrobinson
Copy link

Just in case anyone runs across this issue AWS has launched a new Deep Learning AMI with everything you need to get started running this project.

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

3 participants