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: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -186,8 +186,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
186
186
187
187
- Added support for `torch.autograd.set_detect_anomaly` through `Trainer` constructor argument `detect_anomaly` ([#9848](https://github.com/PyTorchLightning/pytorch-lightning/pull/9848))
188
188
189
+
<<<<<<< HEAD
189
190
190
191
- Added a `len` method to `LightningDataModule` ([#9895](https://github.com/PyTorchLightning/pytorch-lightning/pull/9895))
192
+
=======
193
+
>>>>>>> parent of 6429de894 (Add support for `len(datamodule)` (#9895))
191
194
192
195
193
196
- Added `enable_model_summary` flag to Trainer ([#9699](https://github.com/PyTorchLightning/pytorch-lightning/pull/9699))
0 commit comments