-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello, I would appreciate it if you could respond to some of my questions below:
- Could you clarify why SelfPatch loss is only evaluated when v == iq (student and teacher operate on the same view)?
- Why is teacher output viewed locally as well? According to what I understand of the original DINO, only 2 global views pass through the teacher
- Why is loc=False given to student_output?
student_output = [student(torch.cat(images[:2]), head_only=True, loc=False), student(torch.cat(images[2:]), head_only=True, loc=False)]
Thanks for your time and kindness!
Metadata
Metadata
Assignees
Labels
No labels