point-cloud-radar / bird-cloud-gnn

This package generates graph representations from point cloud data and fits graph neural networks for classification problem
Apache License 2.0
8 stars 2 forks source link

Implement scheduler to change learning rate #129

Closed abelsiqueira closed 1 year ago

abelsiqueira commented 1 year ago

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 commented 1 year ago

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[bot] commented 1 year ago

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