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

Two update_learning_rate with same name #152

Open
Zhiozhio opened this issue Sep 3, 2021 · 0 comments
Open

Two update_learning_rate with same name #152

Zhiozhio opened this issue Sep 3, 2021 · 0 comments

Comments

@Zhiozhio
Copy link

Zhiozhio commented Sep 3, 2021

I notice that there are two methods in class Pix2PixTrainer that have same name and arguments, def update_learning_rate(self, epoch). One is doing the right things and the other is just calling another (or itself). I don't know what it will cause. Are there possibility of running into infinite recursion?

As i run this code, nothing strange happens, but this is quite confusing. Do i need to comment one of them?

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