-
Thanks for your great work. I am using the VCR finetuning model to evaluate validation set. However, I could not get a correct accuracy score as you reported in the paper?
I got 40% val accuracy [th…
-
我从VQA官网上下载了这些数据集
想询问一下是怎么使用这些数据的
-
I want to run the VCR inference(run_inference.sh) in python 2.7, however, this error occurred:
```
Traceback (most recent call last):
File "finetune.py", line 868, in
main(args)
File …
-
您好,我在一个和VCR类似的下游任务(复用了VCR那部分的代码)上finetuning了erniesmall,但测试时发现,同一个val或者test划分,得到的准确率虽然接近,并不相同,为了排除数据集的问题,我将某条数据复制了1000倍,作为验证集进行测试,发现每次测试的结果都不尽相同。这里贴出了三次运行的结果:
**第一次**
```
~/vilio/vilio/ernie-vil$ py…
-
ERNIE-Vil 的下游任务 VQA, IR&TR 使用到 bottom-up attention 提取特征, 然而提取所需的tool需要使用到的caffe不好安装, 请问能提供下载链接吗?
-
ERNIE團隊您們好,
目前拿公開的ernie-vil-VCR-task-pretrained model (large & base) 預訓練好的參數, 重製VCR task的結果, 但表現遠低於版上的結果:
1. model-ernie-vil-large-VCR-task-pre-en 在 VCR-QA validation split 僅得 avg acc: 23.5
2. mo…
-
Hi @HimariO do you plan to release your PyTorch implementation of ERNIE-Vil? Thanks!
-
运行 sh scripts/run_imdb.sh
提示以下信息,但是没有进入训练,直接退出了。
current_node_ip: 172.29.180.233
node_id: 0
node_ips: 172.29.180.233
nproc_per_node: 2
print_config: True
selected_gpus: 0,1
split_log_path:…
-
请教是否能够开源ERNIR ViL的预训练代码呢?尤其是如何用scene graph parser进行词性的识别,以及最后对应预训练任务的处理?谢谢
-
https://github.com/PaddlePaddle/ERNIE/blob/f6628ee8dfac2809ad42ebe9c8985fab8d8f2b9b/ernie-vil/finetune.py#L829
使用flickr30k数据finetune image retrieval和text retrieval任务,运行到这个会卡住
paddle1.8 + python2.7