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

Transfer learning #59

Open
jekim5418 opened this issue Jan 26, 2024 · 1 comment
Open

Transfer learning #59

jekim5418 opened this issue Jan 26, 2024 · 1 comment

Comments

@jekim5418
Copy link

Hello, may I ask for transfer learning?

Among the transfer learning settings presented in the paper, when the teacher-student pair is ResNet32x4-ShuffleV1, the performance when I reproduce, does not match.
After training student with baseline and vanilla KD, I tried transfer learning on tiny-imagenet with the trained.
However, the baseline did not exceed 33, and the vanilla KD did not exceed 31.

How can I achieve the performance presented in the paper?

@Zzzzz1
Copy link
Collaborator

Zzzzz1 commented Feb 19, 2024

Follow the setting reported on the paper. In particular, the weight decay should be set as 0.0 and the backbone(and the BN modules) should be fixed.

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