diff options
Diffstat (limited to 'AutoAudioGPU.py')
-rw-r--r-- | AutoAudioGPU.py | 3 |
1 files changed, 3 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: |