From 8a5c52029178156fce382a3ea89f2fd4d6f60e50 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 22 Dec 2019 13:04:05 -0800 Subject: [PATCH] updates --- test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test.py b/test.py index 5a85bbe4..bdcf8cf5 100644 --- a/test.py +++ b/test.py @@ -80,7 +80,6 @@ def test(cfg, # Disable gradients with torch.no_grad(): - # Run model inf_out, train_out = model(imgs) # inference and training outputs