From e38b18e9eb1c3685dd1b0c58a01859ee4076d77b Mon Sep 17 00:00:00 2001 From: Akshay Kulkarni Date: Tue, 18 Feb 2020 02:17:07 +0530 Subject: [PATCH] updated fast training docs with latest usage (#884) --- docs/source/fast_training.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/fast_training.rst b/docs/source/fast_training.rst index b0d909e3f6..5e7d1c599d 100644 --- a/docs/source/fast_training.rst +++ b/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 .. 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