M3AE icon indicating copy to clipboard operation
M3AE copied to clipboard

compute_vqa arguments in m3ae_module.py

Open mycoalchen opened this issue 2 months ago • 0 comments

When I run run_scripts/finetune_m3ae.sh, I get the error "TypeError: compute_vqa() missing 3 required positional arguments: 'outputs', 'loss', and 'labels'", because compute_vqa is defined to take 6 arguments in objectives.py but is only given 3 in m3ae_module.py. Am I missing something?

mycoalchen avatar Dec 02 '24 04:12 mycoalchen