summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-19 09:58:46 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-19 09:58:46 -0400
commitaa3ecf55f0967ac6306d156a5ef12a2a4375f172 (patch)
tree238c5a440b413008b64f00dd51510c0182e65028
parent50896f409ea74a20f732bc9b211a96ab969d6752 (diff)
Removed automatic device selection
-rw-r--r--AutoVideosLive.py3
-rw-r--r--AutoVideosLiveBlackWhite.py3
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