Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the 9th formulation was inconsistence with your open code #37

Open
eeric opened this issue May 26, 2022 · 0 comments
Open

the 9th formulation was inconsistence with your open code #37

eeric opened this issue May 26, 2022 · 0 comments

Comments

@eeric
Copy link

eeric commented May 26, 2022

code:
self.t = target_logit.mean() * 0.01 + (1 - 0.01) * self.t
paper:
t(k) = αr(k) + (1 − α)t(k−1)
α = 0.99,
r(k) = sum cosθyi
arget_logit.mean() in your code was not same with sum cosθyi in your paper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant