LightningDOT
LightningDOT copied to clipboard
source code and pre-trained/fine-tuned checkpoint for NAACL 2021 paper LightningDOT
Hi, Thank you very much for the great work, and for sharing the fine-tuning data last week. I got an issue when I tried to fine-tune and evaluate the model...
Can you point me to the place in your code where CMR is implemented? You used CMR + VMLM + SMRM for the pre-training, according to the paper. However, CMR...
Hi, Thank you very much for the great work, and for making your code publicly available. I am trying to run the code to reproduce the results, however, the pre-training...
Hi @intersun @ChenRocks Can you share the data checkpoints used in Image_retriever.ipynb? And if you can share any updated notebook that can be used as a demo to check what...
It appears that config/pretrain-alldata-base.json is not your paper pretraining configuration. There is no cls_concat setting in this configuration file, so it uses the default value. As a result, unlike your...
Hello, Just a quick question. As far as I can see, coco_cap dataset is not shared in lightningDOT repo. I have been able to download coco_cap dataset from Uniter repo...