-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Hardware Recommendation and Choosing CPU Cluster or GPUs #423
Comments
Hardware requirements really depend on many factors - if you just want to do a hobby project, a machine with 4-8G memory and a few cores would be sufficient. Any hard disk would do, and given the current low price you probably want to buy a big disk anyway. My imagenet model is trained with an i5 4570 CPU and 4G memory, if that helps. |
Dear all, I am going to conduct some experiments based on caffe for training up to 5 million images. I have a chance to apply access permission of hardware resources from our Lab. I have two options: (1) A 1000 core compute cluster comprising 25 nodes of 40 cores and 1 TB RAM each I can choose one of them, can you give me some suggestions regarding this problem from perspective of computing capability as well as the amount of configuration work? If I choose the first solution, how can I distribute my training work to different nodes ? Thank you in advance ! |
Currently Caffe is not distributed, so getting to use multiple nodes will require some non-trivial extensions. |
Thank you for your suggestions @sguada , It's very helpful! |
Hi all,
I'm new in this kind of deep learning algorithms and I would like to know other hardware specs beyond a powerful GPU? Specifically a powerful machine for training big models like the imagenet challenge and many others.
minimum RAM ?
minimum number of cores ?
minimum hdd ?
Thank you for sharing this valuable piece of code and create a active community!!!
The text was updated successfully, but these errors were encountered: