-
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
Training ImageNet with 2 GPUs #630
Comments
I seem to be having the same issue.. only 1 GPU is used while 2 are available. I greatly appreciate some advice on how to configure caffe to use 2 GPUs. |
Currently Caffe uses one GPU at the time, but we working in MultiGPU On Sunday, July 6, 2014, Anh Nguyen notifications@github.com wrote:
Sergio |
NVBLAS may provide the convenience. |
Duplicate of #653. |
Hello,
I have two identical GPUs in my machine but when training ImageNet it seems only one of them is used, is this normal? If not how should I change the configurations to use both GPUs? Does using one or two GPU(s) produce identical/similar nets? Thanks!
The text was updated successfully, but these errors were encountered: