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

learning rate is no more lr but learnig_rate #178

Open
ezerbib opened this issue Jun 27, 2024 · 1 comment
Open

learning rate is no more lr but learnig_rate #178

ezerbib opened this issue Jun 27, 2024 · 1 comment

Comments

@ezerbib
Copy link

ezerbib commented Jun 27, 2024

optimizer=keras.optimizers.Adam(lr=0.001),

should be replaced with
optimizer=keras.optimizers.Adam(learning_rate=0.001),

Shashank1202 added a commit to Shashank1202/Machine-Learning-Collection that referenced this issue Aug 17, 2024
@Shashank1202
Copy link

@ezerbib Yes, after going through the documentation and well a code, I think it should be learning_rate over lr, So I have solved this issue, please look into my PR #178

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

2 participants