You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lightning_fabric/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
30
30
31
31
- Added support for managing callbacks via `Fabric(callbacks=...)` and emitting events through `Fabric.call()` ([#16074](https://github.com/Lightning-AI/lightning/issues/16074))
32
32
33
+
- Added Logger support ([#16121](https://github.com/Lightning-AI/lightning/issues/16121))
34
+
* Added `Fabric(loggers=...)` to support different Logger frameworks in Fabric
35
+
* Added `Fabric.log` for logging scalars using multiple loggers
36
+
* Added `Fabric.log_dict` for logging a dictionary of multiple metrics at once
37
+
* Added `Fabric.loggers` and `Fabric.logger` attributes to access the individual logger instances
38
+
33
39
34
40
- Added support for a consistent `.zero_grad(set_to_none=...)` on the wrapped optimizer regardless of which strategy is used ([#16275](https://github.com/Lightning-AI/lightning/issues/16275))
0 commit comments