From 546f973562aaedffbee28b57419500a04e0da47e Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 7 Jun 2020 14:47:48 -0700 Subject: [PATCH] model fuse --- test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test.py b/test.py index 60625f0..36a15a5 100644 --- a/test.py +++ b/test.py @@ -33,8 +33,6 @@ def test(data, google_utils.attempt_download(weights) model = torch.load(weights, map_location=device)['model'] torch_utils.model_info(model) - - # Fuse # model.fuse() model.to(device)