Skip to content

Commit e38b18e

Browse files
updated fast training docs with latest usage (Lightning-AI#884)
1 parent 0ad3e8b commit e38b18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/fast_training.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It can be useful to force training for a minimum number of epochs or limit to a
2121
.. code-block:: python
2222
2323
# DEFAULT
24-
trainer = Trainer(min_nb_epochs=1, max_nb_epochs=1000)
24+
trainer = Trainer(min_epochs=1, max_epochs=1000)
2525
2626
2727
Set validation check frequency within 1 training epoch

0 commit comments

Comments
 (0)