Skip to content

Some Questions #5

@bryanwong17

Description

@bryanwong17

Hello, I would appreciate it if you could respond to some of my questions below:

  1. Could you clarify why SelfPatch loss is only evaluated when v == iq (student and teacher operate on the same view)?
  2. 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
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions