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

Implement scheduler to change learning rate #129

Merged
merged 5 commits into from
Jul 10, 2023
Merged

Implement scheduler to change learning rate #129

merged 5 commits into from
Jul 10, 2023

Conversation

abelsiqueira
Copy link
Contributor

Description

Implementing the famous scheduler. Looks like there are many options to choose from: https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate
These should probably be added to the extra information on the log string.

Related issues:

  • ...

Instructions to review the pull request

@bart1
Copy link
Collaborator

bart1 commented Jul 6, 2023

By default now the learning rate was decreased a factor of 10 at the first iteration that seemed strange, I have also added logging

@sonarcloud
Copy link

sonarcloud bot commented Jul 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

92.3% 92.3% Coverage
0.0% 0.0% Duplication

@lyashevska lyashevska merged commit 0ad3dfc into main Jul 10, 2023
16 checks passed
@lyashevska lyashevska deleted the scheduler branch July 10, 2023 09:30
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 this pull request may close these issues.

3 participants