uta-smile / TCL

code for TCL: Vision-Language Pre-Training with Triple Contrastive Learning, CVPR 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roughly how much time does the zero-shot retrieval evaluation take?

yash0307 opened this issue · comments

Hi,

Many thanks for the great work and releasing the code. How much time does the inference of zero-shot retrieval take? On 2 V100s, it takes around 2 hours for me on MS-COCO. Is that normal or something is potentially wrong with my setup?

Many thanks in advance.

commented

Thanks for your interest in our work. I remember that it takes about 30mins on MS-COCO. Our machine is A100 with GPU memory size=40GB. Are you using the default batch size?

Yes, default batch size from the retrieval_coco config.

How many A100s do you use for the evaluation?

commented

As you can see here https://github.com/uta-smile/TCL#image-text-retrieval, we are using 8 GPUs.

Thanks.