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

How to distill layers with different number of filters? #589

Open
294486709 opened this issue Oct 7, 2023 · 1 comment
Open

How to distill layers with different number of filters? #589

294486709 opened this issue Oct 7, 2023 · 1 comment

Comments

@294486709
Copy link

In mmrazor, distill examples with CWD works on the condition that teacher/student layer has the same number of feature channels. Is there a way to apply CWD on layers with different number of filters?

@SweeneyLi
Copy link

I have the same problem. The other solution I see is to add the 1*1 conv to change the channel of the student model manually.

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