Oscar icon indicating copy to clipboard operation
Oscar copied to clipboard

checkpoint of Image Text Retrieval

Open QC-LY opened this issue 4 years ago • 3 comments

Hello, can you give the checkpoint of Image Text Retrieval, your link in VinVL_MODEL_ZOO. md is wrong, thank you!

QC-LY avatar Oct 07 '21 07:10 QC-LY

What worked for me to download the vinvl model finetuned on coco_ir,

download azcopy https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10,

then run ./azcopy copy 'https://biglmdiag.blob.core.windows.net/vinvl/model_ckpts/coco_ir/base' ./MODEL_LOCAL_DIR/ --recursive

The 'checkpoint-0132780' directory has the finetuned config and weights!

good luck :)

Ryan-Qiyu-Jiang avatar Nov 12 '21 23:11 Ryan-Qiyu-Jiang

Could you tell me in detail how to run the program successfully? Which files do I need to download? I encountered some problems in the process of reproducing the code. I don't know how to solve them. Thank you!

via815via avatar Jan 10 '22 10:01 via815via

The same.

Bovey0809 avatar Feb 08 '22 06:02 Bovey0809