The speed of train_maskrcnn on coco
zl1994 opened this issue · 3 comments
zl1994 commented
I use 4 GTX 1080(single image per GPU) to alternatively train mask r-cnn on COCO. When training RPN, the speed can reach 8 sample/sec. But when training mask r-cnn, it varies and slow. Sometimes 2 sample/sec and some times 0.1 sample/sec, and the Volatile GPU-util is 0 in most of the time. In conclusion, there are three question:
- Why train RPN is much than train mask r-cnn?
- Why the speed of train mask r-cnn varies?
- Why the Volatile GPU-util is 0, does it cause training mask r-cnn slow?
xuw080 commented
I also have similar questions, don't know how to solve it. My speed is 0.7 samples per second. Also very slow
gaosanyuan commented
rxqy commented
Hi, I also encountered a similar problem here.
Any suggestions?