ijkguo / mx-rcnn

Parallel Faster R-CNN implementation with MXNet.
Other
669 stars 292 forks source link

training with multiple gpu? #42

Closed hengck23 closed 7 years ago

hengck23 commented 7 years ago

does mxnet support trainimg with multiple gpu? (note that the original py-faster-rcnn bsed on caffe cannot, see https://github.com/rbgirshick/py-faster-rcnn/issues/107)

ijkguo commented 7 years ago

Yes

hengck23 commented 7 years ago

thanks!