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

EvaluateFewShot in MAML #32

Open
thanhhau097 opened this issue Aug 25, 2020 · 0 comments
Open

EvaluateFewShot in MAML #32

thanhhau097 opened this issue Aug 25, 2020 · 0 comments

Comments

@thanhhau097
Copy link

In the code, the model is passed to Evaluation phase by using set_model() function:

    def set_model(self, model):
        for callback in self.callbacks:
            callback.set_model(model)

Does it work correctly if we only copy the weights/state_dict of the model and optimizer? (In the case that we save the model weight and then finetune with new tasks) Is there any loss information when we save the model state_dict?

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