Skip to content

Commit

Permalink
updated fast training docs with latest usage (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykulkarni07 committed Feb 17, 2020
1 parent 0ad3e8b commit e38b18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/fast_training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e38b18e

Please sign in to comment.