From fd709ff94a88bf96a0eeeea1a7b73d6c4255728c Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 19 Sep 2015 09:51:43 -0400 Subject: Removed automatic device selection --- AutoImagesGPU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoImagesGPU.py b/AutoImagesGPU.py index 30b9d1b..c3cf3bd 100644 --- a/AutoImagesGPU.py +++ b/AutoImagesGPU.py @@ -1,6 +1,6 @@ import GPU -#GPU.platform_id = -1 #Remove the # at the start of the line to choose platform +GPU.platform_id = -1 import numpy as np import random -- cgit v1.2.3