-
- [x] Sub_task #10695
-
### 🔎 Search before asking
- [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
- [X] I have searched the PaddleOCR [Issues](https://…
-
## Checklist:
1. 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答
2. 翻阅[FAQ常见问题汇总和答疑](https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/FAQ/FAQ.md)
3. 确认bug是否在新版本里还未修复
4…
-
## 问题描述
### 错误
`Stopping at incomplete shape inference at Add: x2paddle_992`
`RuntimeError: Inferred shape and existing shape differ in dimension 0: (0) vs (3)`
### 完整错误输出
```
INFO:root:padd…
-
### 问题描述 Issue Description
- paddlepaddle-gpu==2.5.2.post120 无法安装
```
# 命令
python3 -m pip install paddlepaddle-gpu==2.5.2.post120 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html…
-
# demo issue
### 一、BackGround 📚
试例和测试专用 issue
### 二、Task 📚
| 序号 | Python API | 所在文件 | 优先级 | 单测覆盖率 | 认领人 | PR |
| ------ | ------------ | …
-
### 问题描述 Issue Description
![image](https://github.com/user-attachments/assets/404c0d82-78d9-41c3-8539-f17592c326ce)
按照官方指导文档进行编译,在make TARGET=ARMV8 -j$(nproc)步骤报错https://www.paddlepaddle.org.cn/doc…
-
## 描述问题
pip在线安装后,运行报错
![微信图片_20241121131713](https://github.com/user-attachments/assets/bbae1d5e-87d6-48be-851c-ee48b8290c03)
## 环境
1. 请提供您使用的Python版本号 3.10 , PaddleX版本号 3.0.0-b2 ,paddle…
-
您好!我使用版面区域检测模块时,遇到下面的问题
## 教程
https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/layout_detection.html#_3
## 描述问题
运行:
from paddlex import create_model
model_n…
-
**问题描述**
根据PaddleDetection提供的[模型压缩文档](https://github.com/PaddlePaddle/PaddleDetection/blob/8377e846439a709f5ab3ac6948d768221b5cf1e6/configs/slim/README.md),我将训练好的ppyoloe plus s模型进行量化训练。量化后的模型,以及导出为…