Megvii-BaseDetection / YOLOX

YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Apache License 2.0
9.32k stars 2.19k forks source link

yolox-nano训练问题 #933

Open lixiangMindSpore opened 2 years ago

lixiangMindSpore commented 2 years ago

image yolox-nano训练,建议是batchsize为gpu个数乘以8,我只用一个GPU,batchsize设置为128 ,会有什么问题吗?影响mAP等指标吗?如果按照指导把batchsize设置为8,是不是太小了?

FateScript commented 2 years ago

It will make you use 128 batchsize on a single GPU. please use -b to modify your batchsize