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

Some questions about the code. #17

Open
WHQ1111 opened this issue Jul 20, 2020 · 3 comments
Open

Some questions about the code. #17

WHQ1111 opened this issue Jul 20, 2020 · 3 comments

Comments

@WHQ1111
Copy link

WHQ1111 commented Jul 20, 2020

As we can see, the line 280 and the line 283 of the file 'methods/backbone.py' mean that we use the Feature Wise Transformation module in MAML not the metric-based models. But this contradicts the paper, doesn't it?

@hytseng0509
Copy link
Owner

Sorry for the confusion. The naming "maml" here indicates that we want to enable the gradient back-propagation in the learning-to-generalize (or learning-to-learn) training process.

@WHQ1111
Copy link
Author

WHQ1111 commented Jul 21, 2020

Sorry for the confusion. The naming "maml" here indicates that we want to enable the gradient back-propagation in the learning-to-generalize (or learning-to-learn) training process.

So why we use the Feature Wise Transformation module when we want to enable the gradient back-propagation in the learning-to-generalize (or learning-to-learn) training process? Is this back-propagation process similar to calculating the gradient along the inner loop in MAML?

@hytseng0509
Copy link
Owner

Yeah you are right. The code is adopted from the MAML implementation, so does the naming. :-)

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