File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 >`_.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments