lai-serena

Results 9 issues of lai-serena

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Ubuntu 18.04.5 - 版本号/Version:Paddle:gpu-2.3.0.post112 PaddleOCR:2.6.0.1 - 问题相关组件/Related components: 端到端弯曲印章中文文本识别- ![image](https://user-images.githubusercontent.com/44218061/196322666-cf273203-2bbd-48da-8a33-7c2836576d54.png) - 运行指令/Command Code:python tools/train.py -c configs/e2e/e2e_r50_vd_pg.yml - 完整报错/Complete...

**例行检查** [//]: # '方框内填 x 表示打钩' - [ ] 我已确认目前没有类似 issue - [ ] 我已完整查看过项目 README,以及[项目文档](https://doc.fastgpt.in/docs/intro/) - [ ] 我使用了自己的 key,并确认我的 key 是可正常使用的 - [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈 - [x]...

bug

### 请提出你的问题 ```from pprint import pprint from paddlenlp import Taskflow if __name__ == '__main__': docprompt = Taskflow("document_intelligence") pprint(docprompt([{"doc": "images_1.png", "prompt": ["给文档按标号分段"]}])) ``` 运行以上代码出现如下错误: ![image](https://github.com/PaddlePaddle/PaddleNLP/assets/44218061/a3f12de1-7bab-46f7-ac4b-29da86afe994) 环境: ubuntu cuda 11.2 paddlepaddle-gpu 2.6.0.post112...

question

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question ![image](https://github.com/PaddlePaddle/PaddleSeg/assets/44218061/37de8f88-2587-4d88-b501-72e9c401e9fe) IndexError: too many indices for array:...

question

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question TypeError: Config.__init__() got an unexpected keyword argument...

question

## ❓ Questions and Help 如果使用单卡,T4会出现OOM,我有多张T4卡,应该怎么修改才可以使用多卡呢? #### Code ``` from funasr import AutoModel model = AutoModel(model="Qwen-Audio", model_path="models/Qwen-Audio" ) audio_in = "39937061.wav" # 1st dialogue turn prompt = '这个内容是什么?' cache =...

question

### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection/issues) and [Discussions](https://github.com/open-mmlab/mmdetection/discussions) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the expected help....

question

### Checklist - [X] 1. I have searched related issues but cannot get the expected help. - [X] 2. The bug has not been fixed in the latest version. -...

I am following along with the colab notebook at:https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2.5_(3B)-GRPO.ipynb#scrollTo=vzOuSVCL_GA9 and after training 1 step 🦥 Unsloth: Will patch your computer to enable 2x faster free finetuning. 🦥 Unsloth Zoo will...