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

Reference [17] #1

Open
wongsihan opened this issue Dec 22, 2023 · 0 comments
Open

Reference [17] #1

wongsihan opened this issue Dec 22, 2023 · 0 comments

Comments

@wongsihan
Copy link

wongsihan commented Dec 22, 2023

Thank you for sharing your research. I have a question regarding the code implementation of Reference [17]. In your paper, it is mentioned that the method 2 follows the construction outlined in Equation 8.
elif method == 1: lamb_hat = maxr/meanb lambd = (1-alpha_ann)*lambd + alpha_ann*lamb_hat
The original text states:"The weight for the next epoch i s updated as the moving average of the current weight (λˆ k(τ)) and the previous weight ." lamb_hat represents the current weight, and lambd represents the previous weight. However, in this code, lambd always equals 1. How does it represent the previous weight?
The code is very useful, I'm just curious why 1 is used to represent the previous weight. Looking forward to your reply.👍🏻

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