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
Hi,
thank you for your good implementation.
I have a problem when starting for training,
in utils.py ,def assert_eq checks if the length of questions and answers are the same or not,
besides, in compute_softscore.py script,
def compute_target is making a pkl file containing filtered answers,
length of original mscoco questions for training is 443757 and length of train_target.pkl file is 388158, it seems that the answers are not getting augmented after filtering and they do not have the same size with questions.
so def assert_eq shows an assertion error for me,
could you please help me fixing this?
The text was updated successfully, but these errors were encountered:
Hi,
thank you for your good implementation.
I have a problem when starting for training,
in utils.py ,def assert_eq checks if the length of questions and answers are the same or not,
besides, in compute_softscore.py script,
def compute_target is making a pkl file containing filtered answers,
length of original mscoco questions for training is 443757 and length of train_target.pkl file is 388158, it seems that the answers are not getting augmented after filtering and they do not have the same size with questions.
so def assert_eq shows an assertion error for me,
could you please help me fixing this?
The text was updated successfully, but these errors were encountered: