mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
updated fast training docs with latest usage (#884)
This commit is contained in:
@@ -21,7 +21,7 @@ It can be useful to force training for a minimum number of epochs or limit to a
|
||||
.. code-block:: python
|
||||
|
||||
# DEFAULT
|
||||
trainer = Trainer(min_nb_epochs=1, max_nb_epochs=1000)
|
||||
trainer = Trainer(min_epochs=1, max_epochs=1000)
|
||||
|
||||
|
||||
Set validation check frequency within 1 training epoch
|
||||
|
||||
Reference in New Issue
Block a user