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

One question about Line 314 in meta_neural_network_architectures.py #22

Open
haichaoyu opened this issue Sep 29, 2019 · 1 comment
Open

Comments

@haichaoyu
Copy link

Hi Antreas,

Thanks for your excellent work and code. Here is a question about Line 314 in meta_neural_network_architectures.py. Why is self.weight always used even if params is not None?

@AntreasAntoniou
Copy link
Owner

Good catch. That block is legacy code prior to my mechanism for explicit selection of what parameters should be optimized in the inner loop. It should really be identical to how MetaBatchNorm works.

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

2 participants