antoyang / just-ask

[ICCV 2021 Oral + TPAMI] Just Ask: Learning to Answer Questions from Millions of Narrated Videos
https://arxiv.org/abs/2012.00451
Apache License 2.0
117 stars 15 forks source link

testing #5

Closed yjyaoj closed 2 years ago

yjyaoj commented 2 years ago

Hi, After finetuning on downstream VideoQA datasets, how does the model run in the test dataset? I'm a little confused about this point. Thanks

antoyang commented 2 years ago

After finetuning, the code loads after the final epoch the checkpoint with best validation results and evaluates it on the test set.