GenerallyCovetous
GenerallyCovetous
### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the latest version(https://github.com/open-mmlab/mmcv). ### Environment...
I found that target_ids = input_ids.clone() and just mask the padding section. Is it ok that target_ids contains the prompt section? And I just customly modify this part of code...
在convert目录下只看到了layoutxlm-ser和re,请问支持vi-layoutxlm转成torch的权重吗
-- PADDLE_CORE_LIB: /home/ma-user/anaconda3/envs/MindSpore/lib/python3.9/site-packages/paddle/base/libpaddle.so -- Run 'git submodule update --init Paddle' in /home/ma-user/work/evaluation-sh/dulin_OCR/task3/layoutxlm_infer/PaddleCustomDevice-develop fatal: not a git repository (or any parent up to mount point /home/ma-user) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM...
**注意** 在复现的问题中,通常有以下几种常见情况: 1. 使用提供的配置复现模型库中的模型 2. 在其他数据集(例如自定义数据集)上复现模型库中的模型 3. 实现自定义模型,但利用的都是HunyuanDiT中实现的组件 4. 使用自己实现的新模块实现自定义模型 针对不同情况需要做的事情如下: - 对于情况 1 和 3,请按照以下部分的步骤操作,以便我们快速识别问题。 - 对于情况 2 和 4,请理解我们无法提供太多帮助,因为我们通常不了解全部代码,用户应对自己编写的代码负责。 - 针对情况 2 和 4 的一个建议是,用户应首先检查错误是否在自实现代码中或原始代码中。例如,用户可以首先确保相同的模型在支持的数据集上运行良好。如果您仍然需要帮助,请描述您所做的工作和遇到的问题,并按照以下部分的步骤尽可能清晰地描述,以便我们更好地帮助您。 **检查清单** 1. 我已搜索相关问题,但无法获得预期的帮助。...
### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmocr/issues) and [Discussions](https://github.com/open-mmlab/mmocr/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the [latest version (0.x)](https://github.com/open-mmlab/mmocr) or...
As the title suggests, the single-case test is reproduced below: import numpy as np import pyclipper poly = np.array([[632, 970], [631, 971], [630, 971], [630, 973], [631, 974], [631, 975],...
### Describe the feature 官网提供的五档大模型评测示例文件缺失: https://opencompass.readthedocs.io/zh-cn/latest/advanced_guides/compassbench_intro.html 请问目前大模型评测方式是有更新吗,我还处于官网所述的只支持AorB回复进行打分的方式 请麻烦提供一下五档打分的评测方式案例,感谢! ### Will you implement it? - [ ] I would like to implement this feature and create a PR!
### Prerequisite - [X] I have searched [Issues](https://github.com/open-compass/opencompass/issues/) and [Discussions](https://github.com/open-compass/opencompass/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the [latest version](https://github.com/open-compass/opencompass). ### Type...
您好,注意到maerec在mmocr框架上添加了一些py脚本构造maerec模型,请问具体和master的区别有哪些呢 decoder部分使用的是masterdecoder那么encoder部分改成vit是将master的resnet+GCAttention替换还是只替换了resnet呢? 请问具体涉及到添加和修改了mmocr中的哪些代码使得maerec嵌入到mmocr框架中得以运行