updated fast training docs with latest usage (#884)
This commit is contained in:
parent
0ad3e8b8e9
commit
e38b18e9eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue