whysirier
whysirier
 类似于这种,img2img

### 请提出你的问题 1)对第一张图片直接用paddleocr识别的坐标为[[2530.0, 105.0], [2654.0, 105.0], [2654.0, 171.0], [2530.0, 171.0]],可以看出右上角的文字能正常框出,即  2)但根据样例得到的demo_ocr_res.json文件里面发现的坐标确是这样:"document_bbox": [[2530, 2592, 105, 175], [2530, 2592, 105, 175], [2592, 2654, 105, 175], [284, 463, 294, 386], [463, 552,...
### 软件环境 ```Markdown paddlepaddle == 2.3.2 paddlenlp == 2.5.2 paddleocr == 2.6.1.3 ``` ### 重复问题 - [X] I have searched the existing issues ### 错误描述 ```Markdown 1. 如果版本是paddlepaddle是2.3.2, 则报错:这个错误 ModuleNotFoundError:...
FileNotFoundError: [Errno 2] No such file or directory: 'qwen7b_multirounds/adapter_model.bin' 如何解决
基于作者的例子改了,代码跑不通,是不是Qwen-VL视觉大模型不让微调,报错 AttributeError: 'SVDLinear4bit' object has no attribute 'bias'
### 起始日期 | Start Date _No response_ ### 实现PR | Implementation PR _No response_ ### 相关Issues | Reference Issues _No response_ ### 摘要 | Summary 请问微调中使用本地数据时配置json格式的文件中的id参数每个样本可以设置为一样的吗? ### 基本示例 | Basic...
[BUG] You can't train a model that has been loaded with `device_map='auto'` in any distributed mode.
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...
### 请提出你的问题 docprompt = Taskflow("document_intelligence", device_id=0),document_intelligence任务有官方微调教程吗?