Update analysis.py

This commit is contained in:
ltcptgeneral 2018-11-22 13:01:05 -06:00
parent 4de76174de
commit cb0f5bb9c9

View File

@ -64,7 +64,7 @@ def _init_device (setting, arg): #initiates computation device for ANNs
the_device_woman = torch.device("cpu") the_device_woman = torch.device("cpu")
return the_device_woman #name that reference return the_device_woman #name that reference
else: 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: class c_entities: