Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Caffe/pyCaffe: set all GPUs

is possible to set all GPUs for Caffe (especially pyCaffe)?

Something like:

caffe train -solver examples/mnist/lenet_solver.prototxt -gpu all
like image 490
gulliver Avatar asked Dec 03 '22 15:12

gulliver


1 Answers

Both forks have supported multi-GPU for a while now.

  • BVLC/caffe got support for multi-GPU on 08/13/2015 (see commit, issue).
  • NVIDIA/caffe got support for multi-GPU on 06/19/2015 (see release note).

You may be interested to know that there is a pretty serious outstanding issue with multi-GPU and PythonLayers (see issue, temporary fix).

like image 147
Luke Yeager Avatar answered Dec 11 '22 10:12

Luke Yeager