From aa3ecf55f0967ac6306d156a5ef12a2a4375f172 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 19 Sep 2015 09:58:46 -0400 Subject: Removed automatic device selection --- AutoVideosLive.py | 3 +-- AutoVideosLiveBlackWhite.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/AutoVideosLive.py b/AutoVideosLive.py index ea0f0a7..421bf1e 100644 --- a/AutoVideosLive.py +++ b/AutoVideosLive.py @@ -1,7 +1,6 @@ import GPU -#GPU.platform_id = -1 #Uncomment this line to manually choose what device to use - +GPU.platform_id = -1 import random import numpy as np diff --git a/AutoVideosLiveBlackWhite.py b/AutoVideosLiveBlackWhite.py index 1661ee1..40868e9 100644 --- a/AutoVideosLiveBlackWhite.py +++ b/AutoVideosLiveBlackWhite.py @@ -1,7 +1,6 @@ import GPU -#GPU.platform_id = -1 #Uncomment this line to manually choose what device to use - +GPU.platform_id = -1 import random import numpy as np -- cgit v1.2.3