- Notifications
You must be signed in to change notification settings - Fork 250
Description
Hello, first I'd like to thank you for your amazing work and especially all the detailed answers to issues.
I've been following the different issues on the finetuning on a custom dataset (VizWiz) and produced the .tsv files according to your format. You stated in issue #76 that the trainval_ans2label.pkl file is not used when using beam-search evaluation - is this correct?
I've skipped its creation and training does run for the first epoch. However, upon validation on the valid subset, I get an assertion error in the sequence_generator.py - I've tracked down the error and I can "fix" it by removing the one extra step that is for the EOS marker, but my understanding of how to properly fix that error is limited.
To give some more information of how the .tsv files look, I have attached an image for the train and val subset.
