Skip to content

Comments

fix saving best test metrics#74

Open
mshahbazi72 wants to merge 1 commit intoajbrock:masterfrom
mshahbazi72:Mo
Open

fix saving best test metrics#74
mshahbazi72 wants to merge 1 commit intoajbrock:masterfrom
mshahbazi72:Mo

Conversation

@mshahbazi72
Copy link

In the test function in train_fns.py, when saving the best model based on best IS or FID, the best model is first saved, and then the state_dict is updated with the new best FID and IS values. Therefore, in the saved model's state_dict, the best FID and IS values of the previous best model is shown, instead of the current model.
This pull request will solve the issue by updating the best metrics in the state_dict before saving the best model.

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

Successfully merging this pull request may close these issues.

1 participant