diff options
-rw-r--r-- | AutoImagesGPU.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AutoImagesGPU.py b/AutoImagesGPU.py index 30b9d1b..c3cf3bd 100644 --- a/AutoImagesGPU.py +++ b/AutoImagesGPU.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 |