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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
35
35
* Added `Fabric.log` for logging scalars using multiple loggers
36
36
* Added `Fabric.log_dict` for logging a dictionary of multiple metrics at once
37
37
* Added `Fabric.loggers` and `Fabric.logger` attributes to access the individual logger instances
38
-
38
+
* Added support for calling `self.log` and `self.log_dict` in a LightningModule when using Fabric
39
+
* Added access to `self.logger` and `self.loggers` in a LightningModule when using Fabric
39
40
40
41
- 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