We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8609b2 commit e4cded9Copy full SHA for e4cded9
pytorch_lightning/loggers/base.py
@@ -145,10 +145,8 @@ def _finalize_agg_metrics(self):
145
self.log_metrics(metrics=metrics_to_log, step=agg_step)
146
147
def agg_and_log_metrics(self, metrics: Dict[str, float], step: Optional[int] = None):
148
- """
149
- .. deprecated:: v1.6
150
- This method is deprecated in v1.6 and will be removed in v1.8.
151
- Please use `LightningLoggerBase.log_metrics` instead.
+ """.. deprecated:: v1.6 This method is deprecated in v1.6 and will be removed in v1.8. Please use
+ `LightningLoggerBase.log_metrics` instead.
152
153
Aggregates and records metrics. This method doesn't log the passed metrics instantaneously, but instead
154
it aggregates them and logs only if metrics are ready to be logged.
0 commit comments