Update base_options.py

This commit is contained in:
Smiril
2022-07-12 12:28:13 +02:00
committed by GitHub
parent f5967654fc
commit 8e616d1141
+1 -1
View File
@@ -89,7 +89,7 @@ class BaseOptions():
else:
print("ERROR")
else:
mps_device = torch.device("mps")
torch.device("mps")
args = vars(self.opt)