PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.65k stars 2.87k forks source link

在使用ppyoloe时,配置文件中batch_size的问题 #6436

Closed shangshanruowo closed 2 years ago

shangshanruowo commented 2 years ago

问题确认 Search before asking

请提出你的问题 Please ask your question

在ppyoloe中的yml文件中,有两处都设置了batch_size,一处是总的配置中 image 还有一处是其base中的reader中 image 请问是有什么区别吗?我看yolov3中的yml文件中只有一处设置了batch_size。

ghostxsl commented 2 years ago

所谓的总的配置中设置的参数会覆盖掉base的参数