updated fast training docs with latest usage (#884)

This commit is contained in:
Akshay Kulkarni
2020-02-17 15:47:07 -05:00
committed by GitHub
parent 0ad3e8b8e9
commit e38b18e9eb
+1 -1
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