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
phi_theta_ = (self.cur_lambda * cos_theta + phi_theta) / (1 + self.cur_lambda)
What is the purpose of this line?
It looks like taking a weighted sum of cos and the margined loss.
Could you please hint me?
The text was updated successfully, but these errors were encountered:
phi_theta_ = (self.cur_lambda * cos_theta + phi_theta) / (1 + self.cur_lambda)
What is the purpose of this line?
It looks like taking a weighted sum of cos and the margined loss.
Could you please hint me?
The text was updated successfully, but these errors were encountered: