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

Course 4 Week 3 Lesson 2: wrong learning rate value #82

Open
albertvillanova opened this issue Apr 5, 2020 · 0 comments · May be fixed by #83
Open

Course 4 Week 3 Lesson 2: wrong learning rate value #82

albertvillanova opened this issue Apr 5, 2020 · 0 comments · May be fixed by #83

Comments

@albertvillanova
Copy link

As said in the videos, and from the plot of the loss vs. the learning rate, the optimal value for the learning rate lies between 1e-6 and 1e-5.

However, it is set the value: 5e-5, which is larger than 1e-5.

Instead, it should be set a value within the range [1e-6, 1e-5], e.g. 5e-6.

albertvillanova added a commit to albertvillanova/dlaicourse that referenced this issue Apr 5, 2020
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

Successfully merging a pull request may close this issue.

1 participant