Skip to content

Commit 1245f82

Browse files
authored
Merge branch 'master' into dockers/dali
2 parents cc1c5db + 45a6959 commit 1245f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/community_examples.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ Community Examples
1616
- `VAE Library of over 18+ VAE flavors <https://github.com/AntixK/PyTorch-VAE>`_.
1717
- `Transformers Question Answering (SQuAD) <https://github.com/tshrjn/Finetune-QA/>`_.
1818
- `Atlas: End-to-End 3D Scene Reconstruction from Posed Images <https://github.com/magicleap/atlas>`_.
19-
- `Self-Supervised Representation Learning (MoCo and BYOL) <https://github.com/untitled-ai/self_supervised>`_.
19+
- `Self-Supervised Representation Learning (MoCo and BYOL) <https://github.com/untitled-ai/self_supervised>`_.
20+
- `pytorch-forecasting: Time series forecasting package <https://github.com/jdb78/pytorch-forecasting>`_.

pytorch_lightning/core/lightning.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,6 @@ def _verify_is_manual_optimization(self, fn_name):
13991399

14001400
@classmethod
14011401
def _auto_collect_arguments(cls, frame=None) -> Tuple[Dict, Dict]:
1402-
""""""
14031402
"""
14041403
Collect all module arguments in the current constructor and all child constructors.
14051404
The child constructors are all the ``__init__`` methods that reach the current class through

0 commit comments

Comments
 (0)