You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: