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 aebf3f4 commit b54b1b3Copy full SHA for b54b1b3
examples/fabric/build_your_own_trainer/trainer.py
@@ -35,7 +35,7 @@ def __init__(
35
checkpoint_dir: str = "./checkpoints",
36
checkpoint_frequency: int = 1,
37
) -> None:
38
- """Exemplary Trainer with Fabric. This is a very simple trainer focused on readablity but with reduced
+ """Exemplary Trainer with Fabric. This is a very simple trainer focused on readability but with reduced
39
featureset. As a trainer with more included features, we recommend using the
40
:class:`lightning.pytorch.Trainer`.
41
0 commit comments