From c53150c701151e23e49d5c5cd5c49f8a9cf8df86 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 12 Sep 2015 15:05:00 -0400 Subject: Added option to choose platform --- AutoAudioGPU.py | 3 +++ AutoImagesGPU.py | 3 +++ AutoVideosGPU.py | 3 +++ 3 files changed, 9 insertions(+) diff --git a/AutoAudioGPU.py b/AutoAudioGPU.py index 9c850bf..6ddb82a 100644 --- a/AutoAudioGPU.py +++ b/AutoAudioGPU.py @@ -1,4 +1,7 @@ import GPU + +#GPU.platform_id = -1 #Remove the # at the start of the line to choose platform + import numpy as np import random try: diff --git a/AutoImagesGPU.py b/AutoImagesGPU.py index c88e127..e70051c 100644 --- a/AutoImagesGPU.py +++ b/AutoImagesGPU.py @@ -1,4 +1,7 @@ import GPU + +#GPU.platform_id = -1 #Remove the # at the start of the line to choose platform + import numpy as np import random try: diff --git a/AutoVideosGPU.py b/AutoVideosGPU.py index 2719a9b..3ed13c2 100644 --- a/AutoVideosGPU.py +++ b/AutoVideosGPU.py @@ -1,4 +1,7 @@ import GPU + +#GPU.platform_id = -1 #Remove the # at the start of the line to choose platform + import numpy as np import random import cv2 -- cgit v1.2.3