PaddleX icon indicating copy to clipboard operation
PaddleX copied to clipboard

PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)

Results 466 PaddleX issues
Sort by recently updated
recently updated
newest added
trafficstars

在CLIP_vit_base/large模型中启用fused_attn和fused_linear算子,可以一定程度提升fp16下的性能,但需注意fp32的兼容性问题

## Checklist: - [ ] 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答 - [ ] 翻阅[FAQ](https://paddlepaddle.github.io/PaddleX/main/FAQ.html) - [ ] 翻阅[PaddleX 文档](https://paddlepaddle.github.io/PaddleX/main/index.html) - [ ] 确认bug是否在新版本里还未修复 ## 描述问题 使用原生的Slanet_plus进行推理结果是正确的,但是用自己微调的slanet_plus模型推理时需要将bbox_decode(https://github.com/PaddlePaddle/PaddleX/blob/517200d89719a93bc0cfc14ba9343d4270891beb/paddlex/inference/components/task_related/table_rec.py#L173 )处的设置改为slanet的形式,是我哪里的配置的有问题吗? 训练脚本: ```bash python main.py -c paddlex/configs/table_recognition/SLANet_plus.yaml,yaml里面的model的名字就是SLANet_plus ```...

bug
ocr

## Checklist: - [ ] 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答 - [ ] 翻阅[FAQ](https://paddlepaddle.github.io/PaddleX/main/FAQ.html) - [ ] 翻阅[PaddleX 文档](https://paddlepaddle.github.io/PaddleX/main/index.html) - [x] 确认bug是否在新版本里还未修复 ## 描述问题 ## 复现 1. 您是否已经正常运行我们提供的[教程](https://paddlepaddle.github.io/PaddleX/main/index.html)? 是 2. 您是否在教程的基础上修改代码内容?还请您提供运行的代码 否 3. 您使用的数据集是?...

平台为win10 训练时的cmd里记录如下: ``` LAUNCH INFO 2024-12-23 13:55:59,670 ----------- Configuration ---------------------- LAUNCH INFO 2024-12-23 13:55:59,671 auto_parallel_config: None LAUNCH INFO 2024-12-23 13:55:59,671 auto_tuner_json: None LAUNCH INFO 2024-12-23 13:55:59,671 devices: 0,1 LAUNCH INFO...

Support GCU backend cherry-pick from https://github.com/PaddlePaddle/PaddleX/pull/2558

contributor