SIGN IN SIGN UP

Pretrain, finetune ANY AI model of ANY size on 1 or 10,000+ GPUs with zero code changes.

0 0 104 Python

Add `log_key_prefix` parameter to `LearningRateMonitor` (#21612)

* Add `log_key_prefix` parameter to `LearningRateMonitor` callback

Allow users to prepend a configurable prefix to all metric names logged
by `LearningRateMonitor`. This is useful for grouping learning rate
metrics in loggers like TensorBoard (e.g., `optim/lr-Adam` instead of
`lr-Adam`).

Fixes #21590

* Update src/lightning/pytorch/CHANGELOG.md

---------

Co-authored-by: Deependu <deependujha21@gmail.com>
K
Krishna Chaitanya committed
d3b25f855951d5dc12e7f93f7fdefda339fd704f
Parent: 612ab08
Committed by GitHub <noreply@github.com> on 4/1/2026, 9:00:53 AM