* add option to log momentum * add docstring * refactor for cleanliness Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
* limit monitor callback with row_log_interval * try fix gpu test * log_every_n_steps * Apply suggestions from code review * Apply suggestions from code review * rebase and staticmethod * suggestions Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
* Change LearningRateLogger to LearningRateMonitor * file rename * docs * add LearningRateLogger with deprecation warning * deprecated LearningRateLogger * move deprecation check * chlog Co-authored-by: Jirka Borovec <jirka@pytorchlightning.ai>