From 8e616d1141df72daa670c27b67817775ba07a0af Mon Sep 17 00:00:00 2001 From: Smiril Date: Tue, 12 Jul 2022 12:28:13 +0200 Subject: [PATCH] Update base_options.py --- options/base_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/base_options.py b/options/base_options.py index 35ba46e..9e3c3f1 100644 --- a/options/base_options.py +++ b/options/base_options.py @@ -89,7 +89,7 @@ class BaseOptions(): else: print("ERROR") else: - mps_device = torch.device("mps") + torch.device("mps") args = vars(self.opt)