From a94e9d8e12a05510aae3d6c302c8964186476777 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 10 Oct 2019 15:17:19 -0400 Subject: [PATCH] Update test_models.py --- tests/test_models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_models.py b/tests/test_models.py index ef911e9e50..d95f926ee4 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -129,11 +129,10 @@ def test_lbfgs_cpu_model(): trainer_options = dict( max_nb_epochs=1, gradient_clip_val=1.0, - overfit_pct=0.30, print_nan_grads=True, show_progress_bar=False, weights_summary='top', - train_percent_check=0.3, + train_percent_check=1.0, val_percent_check=0.2 )