Oscar icon indicating copy to clipboard operation
Oscar copied to clipboard

Oscar and VinVL

Results 110 Oscar issues
Sort by recently updated
recently updated
newest added

How to get the pre-train checkpoint of OSCAR+?

model download here: https://biglmdiag.blob.core.windows.net/oscar/exp/coco_caption/base/checkpoint.zip data download here: https://biglmdiag.blob.core.windows.net/oscar/datasets/coco_caption.zip ```python CUDA_VISIBLE_DEVICES=2 python oscar/run_captioning.py --do_test --do_eval --test_yaml test.yaml --per_gpu_eval_batch_size 64 --num_beams 5 --max_gen_length 20 --eval_model_dir /data/model/Oscar/checkpoint-29-66420/ --data_dir /data/image_cap/coco_caption/ ``` results log ```...

To reproduce: run the python scripts from VinVL_MODEL_ZOO.md under > Image Captioning on COCO Script to finetune for base model: > 1) First train with cross-entropy loss (8 V100 with...

Hi, Can anyone help me dealing with loss values being nan when I run run_captioning.py program python oscar/run_captioning.py \ --model_name_or_path pretrained_models/base-vg-labels/ep_67_588997/\ --do_train \ --do_lower_case \ --evaluate_during_training \ --add_od_labels \ --learning_rate...

I am trying to run this project for COCO Captioning. I downloaded the pretrained *base* and *large* vg-models as instructed in the [DOWNLOAD](https://github.com/microsoft/Oscar/blob/master/DOWNLOAD.md). These were the respective folders: ``` +--...

Hi, Is it possible to change the region feature size from 2048 to 500 for finetuning captioning model? If yes, what should I change? Alternatively is it ok to use...

Hi Oscar Team, Thanks for the interesting paper and open-sourcing your model. On your [download](https://github.com/microsoft/Oscar/blob/master/DOWNLOAD.md) page, you mention that images are fed into Oscar through the outputs of a "Faster...

![image](https://user-images.githubusercontent.com/38496550/140040035-cb46fc18-4596-4ac8-b806-2cc3f1cf49ed.png) Hello everyone! I get an error Broken Pipeline when using --do_eval. Please help me to fix it. Thank you a lot!

when I install the apex by runing "python setup.py install --cuda_ext --cpp_ext", there is an error "FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/cuda/bin/nvcc': '/usr/local/cuda/bin/nvcc'". Cloud you help me?...