Skip to content

Commit

Permalink
Fix typos on new-project page (Lightning-AI#11942)
Browse files Browse the repository at this point in the history
Co-authored-by: Chaddie <chaddie.paik@webtoonscorp.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
  • Loading branch information
4 people authored Feb 21, 2022
1 parent 9c067c2 commit 4c57155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/starter/new-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ of the 20+ hooks found in :ref:`lightning_hooks`

**FORWARD vs TRAINING_STEP**

In Lightning, we suggest separatating training from inference. The ``training_step`` defines
In Lightning we suggest separating training from inference. The ``training_step`` defines
the full training loop. We encourage users to use the ``forward`` to define inference actions.

For example, in this case we can define the autoencoder to act as an embedding extractor:
Expand Down

0 comments on commit 4c57155

Please sign in to comment.