Oscar icon indicating copy to clipboard operation
Oscar copied to clipboard

via fine-tune

Open 1144181135 opened this issue 3 years ago • 1 comments

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

1144181135 avatar Apr 16 '21 08:04 1144181135

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.

jo6gj94 avatar Mar 27 '22 23:03 jo6gj94