jayleicn / ClipBERT

[CVPR 2021 Best Student Paper Honorable Mention, Oral] Official PyTorch code for ClipBERT, an efficient framework for end-to-end learning on image-text and video-text tasks.
https://arxiv.org/abs/2102.06183
MIT License
698 stars 85 forks source link

MSRVTT-QA Weights #3

Closed sinjax closed 3 years ago

sinjax commented 3 years ago

Hello,

Thanks for the great work on ClipBERT. I can see the pretrained weights for the pretraining task are available. Is it possible to make available a checkpoint from the MSRVTT fine tuning experiments? Perhaps the one that achieved the results in the paper?

Thanks a lot

jayleicn commented 3 years ago

Hi @sinjax,

Thanks for your interest in our work! We don't have plans to release the downstream weights. If you don't need the exact weights, you can finetune one easily following our instructions.

Best, Jie

sinjax commented 3 years ago

thank Jie, it was for a reproduction experiment for the moment, but ok I'll proceed without your weights :) thanks