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

Couldn't log learning rate #618

Open
amirshamaei opened this issue Nov 2, 2023 · 2 comments
Open

Couldn't log learning rate #618

amirshamaei opened this issue Nov 2, 2023 · 2 comments

Comments

@amirshamaei
Copy link

I addded the following callback config to plot learning rate;however, nothing showed up.
Could you please help me to show learning rate during training?

learning_rate_logger:
  _target_: lightning.pytorch.callbacks.LearningRateLogger
  logging_interval: 'step'
@AzharSindhi
Copy link

lightning.pytorch.callbacks.LearningRateLogger is renamed to lightning.pytorch.callbacks.LearningRateMonitor according to https://github.com/Lightning-AI/lightning/issues/6418

@gsoykan
Copy link

gsoykan commented Oct 29, 2024

For the records, here is the snippet, I add it to configs/callbacks/default.yaml

learning_rate_logger:
  _target_: lightning.pytorch.callbacks.LearningRateMonitor
  logging_interval: 'step'

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

3 participants