-
Notifications
You must be signed in to change notification settings - Fork 939
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
Do I need to download the tremendous weights again? #44
Comments
Mostly not except for the new model. Features can stay the same but it will require some directory refactor. |
I try the old version weights that put vqa/train2014 and vqa/val2014 into train_val_2014. But I got the error as below, how to slove it?
|
That's imdb related issue. It would be better if you download new imdbs, they are not that big. Alternatively, I also pushed a small change that will make sure not to load tokens even for answers when |
Hey, I addressed the problem, but find when do def finalize(self):
torch.save(self.trainer.model, self.pth_filepath)
torch.save(self.trainer.model.state_dict(), self.params_filepath) It got error
That is weird, and result to failure inference. |
@fanlyu Can you check now, it should be fixed in the master? |
@apsdehal It works, thanks! I'd close the issue. |
I see the updates of the code, so do I need to download the tremendous weights again?
The text was updated successfully, but these errors were encountered: