From 6a0f7f47a865044809cc5a5f13613eb446713190 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 19 Sep 2015 09:52:17 -0400 Subject: Removed automatic device selection --- AutoVideosGPU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoVideosGPU.py b/AutoVideosGPU.py index 02f7536..25ccabd 100644 --- a/AutoVideosGPU.py +++ b/AutoVideosGPU.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