From 5606fd86dfab04885f0dec50468e70e2bf791fb6 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 11:00:36 -0400 Subject: [PATCH] removed dummy d --- tests/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debug.py b/tests/debug.py index 6b27fd33c7..ed8d26cfb4 100644 --- a/tests/debug.py +++ b/tests/debug.py @@ -63,7 +63,7 @@ def main(): assert result == 1, 'amp + ddp model failed to complete' # test prediction - data = model.test_dataloader + data = model.val_dataloader for batch in data: break