-
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
How to run a pretrained model on CPU-only machine #211
Comments
Yes, the CUDA package is required. Install CUDA (during installation say no driver and no examples) |
Right, Caffe works fine without a gpu as long as one still installs the CUDA libraries (without the driver or samples). A CPU-only build without the CUDa dependency is in progress. |
CUDA libraries or packages _are not required_ to install at this time with a CPU-only build. In I personally do not have CUDA installed and am successfully able to run in CPU mode and use pycaffe. Note that you will need to change |
Fix for multi-GPU race condition
Hi,
Does anyone know how to run the pre-trained imagenet model on a machine does not have a cuda-supported GPU? I only need to do the testing phase, eg. to use wrapper,py for prediction.
It seems that in order to compile pycaffe, I need to install Cuda 5.5 or 5.0 to compile the whole caffe package.
Thanks
The text was updated successfully, but these errors were encountered: