We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5deb4 commit e045ba1Copy full SHA for e045ba1
pina/trainer.py
@@ -58,9 +58,9 @@ def __init__(
58
Default is ``True``.
59
60
:Keyword Arguments:
61
- The additional keyword arguments specify the training setup
62
- and can be choosen from the `pytorch-lightning
63
- Trainer API <https://lightning.ai/docs/pytorch/stable/common/trainer.html#trainer-class-api>`_
+ Additional keyword arguments that specify the training setup.
+ These can be selected from the pytorch-lightning Trainer API
+ <https://lightning.ai/docs/pytorch/stable/common/trainer.html#trainer-class-api>_.
64
"""
65
# check consistency for init types
66
self._check_input_consistency(
0 commit comments