updated fast training docs with latest usage (#884)

This commit is contained in:
Akshay Kulkarni 2020-02-18 02:17:07 +05:30 committed by GitHub
parent 0ad3e8b8e9
commit e38b18e9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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