From eb4b3a5752b57b5dfeac67034e8a55b04dd22550 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 10:55:56 -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 49483e0bbb..14d1e56b56 100644 --- a/tests/debug.py +++ b/tests/debug.py @@ -66,7 +66,7 @@ def main(): data = model.test_dataloader for batch in data: break - out = model(data[0]) + out = model(batch[0]) print(out)