facebookresearch/maskrcnn-benchmark

Inference time increases linearly with batch size

Open

#294 创建于 2018年12月20日

在 GitHub 查看
 (8 评论) (2 反应) (0 负责人)Python (9,161 star) (2,574 fork)batch import
help wanted

描述

❓ Questions and Help

I tested the batch inference,this is result batch size time 1 0.22 2 0.42 4 0.84 6 1.2 8 crash OOM Why big batchsize doesn't save time?

贡献者指南