BYOL icon indicating copy to clipboard operation
BYOL copied to clipboard

construct target encoder

Open PeterZ163426 opened this issue 3 years ago • 0 comments

I would like to ask target_encoder = self._get_target_encoder() here, isn’t the online encoder copied directly?(target_encoder = copy.deepcopy(self.online_encoder) ) I don’t feel that momentum is used. Maybe because I am not familiar with python syntax, but after searching the Internet for a long time, I don’t know where the problem is, so I want to know if anyone can help me.

PeterZ163426 avatar Dec 06 '21 04:12 PeterZ163426