Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with questions and answers file length #50

Open
marzieh-Mlkzdh opened this issue Jun 2, 2020 · 0 comments
Open

problem with questions and answers file length #50

marzieh-Mlkzdh opened this issue Jun 2, 2020 · 0 comments

Comments

@marzieh-Mlkzdh
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant