From cb0f5bb9c93f6720b3f5f03e94716e368181231e Mon Sep 17 00:00:00 2001 From: ltcptgeneral <35508619+ltcptgeneral@users.noreply.github.com> Date: Thu, 22 Nov 2018 13:01:05 -0600 Subject: [PATCH] Update analysis.py --- analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis.py b/analysis.py index fc2174c2..8ecc7aee 100644 --- a/analysis.py +++ b/analysis.py @@ -64,7 +64,7 @@ def _init_device (setting, arg): #initiates computation device for ANNs the_device_woman = torch.device("cpu") return the_device_woman #name that reference else: - return "error: specified device does not exist" + return "error: specified device does not exist (this is a bad error, either a non existent device was selected or the current device does not have a CPU." class c_entities: