We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad3e8b commit e38b18eCopy full SHA for e38b18e
docs/source/fast_training.rst
@@ -21,7 +21,7 @@ It can be useful to force training for a minimum number of epochs or limit to a
21
.. code-block:: python
22
23
# DEFAULT
24
- trainer = Trainer(min_nb_epochs=1, max_nb_epochs=1000)
+ trainer = Trainer(min_epochs=1, max_epochs=1000)
25
26
27
Set validation check frequency within 1 training epoch
0 commit comments