-
If I want to use this repo to extract RCNN image features to train LXMERT, how can I do that? Do I just dump the features from
```
# Show the boxes, labels, and features
pred = instances.to('cpu'…
-
Hello,
I am currently exploring the task of image captioning and I'd like to understand whether/how pretrained LXMERT could be used for such task.
As a first attempt, I extracted features from a sa…
-
Hello
First - thanks for this amazing repo.
I need a pretrained model that I can later fine-tune it on the GQA dataset, but I need a version that wasn't pretrained before on the GQA specifically.…
-
Dear authors:
I currently try to run the code of lxmert and I found memory limitation when I read the val2014_obj36.tsv file.
I find you split theentire .tsv file in Q&A https://github.com/airsplay/…
-
运行命令为python train.py --embedding --model_dir model_save_dir --dataset okvqa --validate
报错:Some weights of the model checkpoint at unc-nlp/lxmert-base-uncased were not used when initializing LxmertMod…
-
Thank you for the great repo.
I am trying to fine-tune the pre-trained lxmert weights on my own VQA dataset.
Can I use -load_lxmert instead of -load_lxmert_qa when fine-tuning the VQA model? Ac…
-
Hi,
I'm doing as you wrote in the readme file
Now when I'm running:
` bash run/vqa_finetune.bash 0 vqa_lxr955_tiny --tiny`
I get the following error:
> Load 632117 data from split(s) train,…
-
您好,最近仔细阅读了方案报告,关于方案中提到的在LXMERT中Multi-Similarity Loss,与Cross Entropy Loss 组成多任务学习网络,具体的实现是在哪个文件中?只找到了关于imagebert的train,LXMERT的train在哪里?望尽快回复
-
Hi @ChenRocks @linjieli222,
It is still ok even if it is not used by [VisualBERT](https://github.com/uclanlp/visualbert/), [LXMERT](https://github.com/airsplay/lxmert), and [UNITER](https://github.c…
-
ValueError: Unrecognized model in ../SentiLARE. Should have a `model_type` key in its config.json, or contain one of the following strings in its name: fnet, gptj, layoutlmv2, beit, rembert, visual_be…