Update test_models.py

This commit is contained in:
William Falcon 2019-10-10 15:17:19 -04:00 committed by GitHub
parent 46322b906b
commit a94e9d8e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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
)