microsoft / Oscar

Oscar and VinVL
MIT License
1.04k stars 251 forks source link

via fine-tune #88

Open 1144181135 opened 3 years ago

1144181135 commented 3 years ago

what is the "--model_name_or_path pretrained_models/base-vg-labels/ep_107_1192087"? I didn't fine such a file.

jo6gj94 commented 2 years ago

you can find on

https://github.com/microsoft/Oscar/blob/master/DOWNLOAD.md

this website, and use

wget https://biglmdiag.blob.core.windows.net/oscar/pretrained_models/$MODEL_NAME.zip

to download what you need .

In your case you need to use

wget https://biglmdiag.blob.core.windows.net/oscar/pretrained_models/base-vg-labels.zip

this commend to download the base-vg-labels.zip that what you need.