-
Notifications
You must be signed in to change notification settings - Fork 150
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
Comments
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:
|
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! |
go to "Community AMIs and search for CUDA |
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) |
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. |
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?
The text was updated successfully, but these errors were encountered: