You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?