-
checker.py文件中50行assert len(mask_id) == 1出现AssertionError请问如何解决
-
-
### 🐛 bug 说明
请问微调模型是否支持单机多卡
### Python Version
None
-
Amazing work! Currently the spmtrain in build_tokenizer doesn't work, cuz I think it needs a local installation of sentencepiece to be able to use the command. Is there a specific reason you chose Goo…
-
First, I downloaded 'Transformer-en' and renamed it like './model/syngec/english_transformer_baseline.pt'.
Then, I downloaded the preprocessed data.
And I run the code './pipeline_gopar.sh'.
But …
-
Hello InternVideo team,
You guys have done a great job with this project!
In your paper, you use the Stage 2 model for the task of temporal grounding on QVHighlight [Lei et al., 2021] and Charad…
-
各位大佬,我还是个新手,请教一下大家都是怎么准备自己的数据集的?
我现在都不知道怎么让程序跑起来,根据 `README.md` 的指示下载一些文件(如下图),但是不知道怎么存放、怎么重命名。
看了代码中好多用了绝对路径的地方,应该都是要改成自己的路径吧,具体是怎么改呢,对应的文件上哪找呢?
```txt
/data2/wangshuhe/gpt3_ner/gpt3-data…
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**:
- 你使用的**Python**版本:
Python 3.6.2
- 你使用的**Tensorflow**版本:
tensorflow-gpu (1.13.2)
- 你使用的**Keras**版本:
Keras (2.3.1)
- 你使用的**bert4keras**版本:
…
-
整体报错如下,从huggingface那里下载的zip文件解压后得到的 model_config.json中对于"model_class":定义的是"FineTuneTrainCogAgentModel",但是我在print出member的时候发现并没有这个模型类型。
请问如何解决?
[2024-03-17 07:41:22,582] [INFO] [real_accelerator.py:1…
-
configs\mm_grounding_dino\grounding_dino_swin-t_pretrain_obj365.py,
in this cfg, the num_classes in dino head is 256, and then this is inherited by all cfgs.
why is 256 for 365 classes in object…