fix depreated call (#1596)

* fix parity

* update deprecated call
This commit is contained in:
Jirka Borovec
2020-04-24 14:45:43 -04:00
committed by GitHub
parent f07176da9b
commit 570b2c7aeb
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ def test_multi_cpu_model_ddp(tmpdir):
model, hparams = tutils.get_default_model()
trainer_options = dict(
default_root_dir=tmpdir,
show_progress_bar=False,
progress_bar_refresh_rate=0,
max_epochs=1,
train_percent_check=0.4,
val_percent_check=0.2,