-
I read your paper and tried to reproduce the scores shown in the paper.
However, I could not get those scores. Could you give me any idea to reproduce the scores on GQA (val: 73.6, test-dev: 72.1)?
…
-
Hi,
I'm trying to use cross encoder and I used a fine-tuned model (BERT-base) as a pretrained model, but I got this error:
ValueError: Unrecognized model
Should have a `model_type` key in its co…
-
Hi,
Thank you for your codes, but when I run the command `bash run/vqa_finetune.bash 1 vqa_lxr955` something wrong,
the error infomation:
Load 632117 data from split ( s ) train , nominival
Start…
-
In lxmert_pretrain.py
`obj_labels={
'obj': (obj_labels, obj_confs),
'attr': (attr_labels, attr_confs),
'feat': (feat, feat_mask),
},`
It seems that o…
-
When I trian on VQA v2 by default:
CUDA_VISIBLE_DEVICES=$1 python src/vqa.py \
--train train \
--valid train \
--test minival,nominival \
It reported: No such file or…
-
Traceback (most recent call last):
File "src/tasks/vqa.py", line 178, in
vqa = VQA()
File "src/tasks/vqa.py", line 48, in __init__
self.model = VQAModel(self.train_tuple.dataset.num_a…
-
python: 3.7
transformers: 4.9.2
pytorch: 1.8.1
```python
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("huawei-noah/TinyBERT_4L_zh")
model = AutoM…
-
Thank you for your great repo. I am trying to create a colab version of a bunch of V+L models (lxmert, uniter, visualbert etc.). However, due to the RAM limit of colab. It is hard to read the entire h…
-
I hope the authors can address this issue, but if not:
This can maybe act as a warning to people who are thinking about trying out this code. Training a model with the given code takes an inordinat…
-
代码:model = AutoModelForSequenceClassification.from_pretrained(checkpoint)
运行报错缺少配置文件
ValueError: Unrecognized model in XXX. **Should have a `model_type` key in its config.json**, or contain one of t…