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
i run the evaluate_vqa_unconstrained.sh, and the answer is all empty string "", the answers in my dataset usually have lengths surpass 200. what should i do to avoid ""?
i've tried to modify max_len_b and min_len in ofa_task.py; max_len_bmax_len and min_len in models/sequence_generator.py and fairseq/sequence_generator.py, while these change only make finetune more time-consuming, the eval.sh is still only generate "".
Thank you for any reply!
The text was updated successfully, but these errors were encountered:
Hi, thank you for this great work.
I'm tring to run the scripts you provide, but i encounter some questions. after using this finetune script :
i run the
evaluate_vqa_unconstrained.sh
, and the answer is all empty string""
, the answers in my dataset usually have lengths surpass 200. what should i do to avoid""
?i've tried to modify
max_len_b
andmin_len
inofa_task.py
;max_len_b
max_len
andmin_len
inmodels/sequence_generator.py
andfairseq/sequence_generator.py
, while these change only make finetune more time-consuming, theeval.sh
is still only generate""
.Thank you for any reply!
The text was updated successfully, but these errors were encountered: