YuwenXiong / py-R-FCN

R-FCN with joint training and python support
MIT License
1.05k stars 471 forks source link

Multi-GPU Support #76

Closed yehan-xiao closed 7 years ago

yehan-xiao commented 7 years ago

Hi,

I'm a newcomer, arranged to maintain a system using this py-R-FCN. I want to use this system on a machine with multi-GPU. But I see in the Read-me, it suggests to use mxNet for multi-GPU train/test. Now the new version caffe supports multi-GPU, does py-R-FCN run on multi-GPU automatically?

Thanks!

liyi14 commented 7 years ago

Maybe you can check these repos: mxnet based: https://github.com/msracver/Deformable-ConvNets caffe based: https://github.com/bharatsingh430/py-R-FCN-multiGPU