diff options
-rw-r--r-- | AutoAudioGPU.py | 3 | ||||
-rw-r--r-- | AutoImagesGPU.py | 3 | ||||
-rw-r--r-- | AutoVideosGPU.py | 3 |
3 files changed, 9 insertions, 0 deletions
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 |