qiaolm

Results 1 issues of qiaolm

## 背景 **COCO数据集测试速度异常** ![image](https://user-images.githubusercontent.com/84311688/125907829-cb264fd8-e402-4743-b8f3-ef7b731fd2f9.png) ## 任务描述 按照首页readme安装megengine和Models,从 [hub.py](https://github.com/MegEngine/Models/blob/11013f6b3b252df71098b27714e39d9802d2520d/official/vision/detection/configs/atss_res50_coco_3x_800size.py#L18) 下载 预训练权重,直接在coco数据集上进行测试。代码未做任何改动,采用8卡测试,最终结果mAP为42.6(正常),但是耗时将近6m30s(不正常),正常8卡时间应该在1min左右 python:3.6 megengine版本:v1.4.0 ## 目标 希望多卡测试速度正常,请确认问题并帮忙修复