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 BNs in the teacher model are handled #13

Open
zhd2rng opened this issue Jul 2, 2024 · 0 comments
Open

how BNs in the teacher model are handled #13

zhd2rng opened this issue Jul 2, 2024 · 0 comments

Comments

@zhd2rng
Copy link

zhd2rng commented Jul 2, 2024

Hi, while the teacher model is frozen, how BNs in the teacher model are handled:

  1. BNs use the data batch statistics? i.e., training mode but with no grad
  2. BNs use the running statistics? i.e., eval mode
  3. BNs in the backbone and head, are they treated the same as the BNs in the heads (which also process the student features).

thanks!

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