[CVPR 2023] Official implementation of the paper "Mask DINO: Towards A Unified Transformer-based Framework for Object Detection and Segmentation"
1.21k
stars
109
forks
source link
Issue about Multi-GPU training #101
Open
RuizhouLiu opened 10 months ago
Hi there, I was stuck with an issue that training mask dino model on multiple gpus is too slow.
I train the mask dino on my own dataset, but the speed is too slow on multi-gpus than single-gpu, I don't know why. Is there any solutions?