From 092b69b38c711cc3fc803d2c303b73370ad5b225 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 19 Sep 2015 09:51:58 -0400 Subject: Removed automatic device selection --- AutoAudioGPU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AutoAudioGPU.py') diff --git a/AutoAudioGPU.py b/AutoAudioGPU.py index 998618a..cf0394b 100644 --- a/AutoAudioGPU.py +++ b/AutoAudioGPU.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 -- cgit v1.2.3