FurkanOM / tf-faster-rcnn

Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
Apache License 2.0
94 stars 61 forks source link

Does it support multi-GPU training? #8

Open HuizhouLi opened 3 years ago

HuizhouLi commented 3 years ago

I want to train Faster RCNN on four GPUs. Does this version support multi-GPU training?

FurkanOM commented 3 years ago

Nope, it's not supported.