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

Why self.model_state_dict changes during valuation when using pytorchclassfier #1

Open
lwx0420 opened this issue Mar 28, 2023 · 0 comments

Comments

@lwx0420
Copy link

lwx0420 commented Mar 28, 2023

In my understanding, self.model_state_dict stores the original parameters of the model, but i find it changes during valuation. And i can't find out why this happens.
I find this question when I save the data valuation result and original model parameters so that i can run data_removal() later. Then i found the self.model_state_dict before and after dv.estimate() is different.

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