YuBaoku
YuBaoku
### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### Bug组件 Bug Component _No response_ ### Bug描述 Describe the Bug PR...
issue test [do not close]
Rename mkldnn to onednn for adapting the change of [#63209](https://github.com/PaddlePaddle/Paddle/pull/63209)
Hi: 1. infer_yolov3.py 代码部分并无 OnnxRuntime 支持 2. 执行 `python infer_yolov3.py --model_file=./yolov3_r50vd_dcn_270e_coco/model.pdmodel --params_file=./yolov3_r50vd_dcn_270e_coco/model.pdiparams --use_onnxruntime=1 [ERROR] Cannot found attribute iou_aware in op: yolo_box -------------------------------------- C++ Traceback (most recent call last): -------------------------------------- 0...
1. rename "Retrive" to "Retrieve" for adapting Paddle develop. 2. rename ''mkldnn'' to ''onednn'' for adapting Paddle develop.
## Motivation [Cherry-Pick][CI] Adape unit_test due to Paddle update(#5576) Recent Paddle updates introduced changes to the VL model baseline, which caused mismatches in existing CI validation logic. This PR aims...
## Motivation Reuse accuracy_test and stable_test in CI workflows. ## Modifications Reuse accuracy_test and stable_test in CI workflows. ## Usage or Command N/A ## Accuracy Tests N/A ## Checklist -...
## Motivation Currently, multiple CI pipelines (GPU, XPU, etc.) still run fully even when only documentation files (.md, .txt, .yaml) are modified. This causes unnecessary queueing and waste of compute...
## Motivation This change locks the dependency to `paddlepaddle-gpu==3.3.0.dev20251203` with `commit_id(9c3323efde687ea9fa332d6d2f17b54b6297a447)` specifically for RL workflow validation. The goal is to ensure a stable and reproducible environment during debugging and to...
## Motivation The CI unit test workflow previously only surfaced exit codes when failures occurred, which made troubleshooting slow and inefficient. In many cases, critical server logs were not surfaced,...