From 218b1edfd4911c08275e6b3aaf6711d4a9fa5280 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 19 Sep 2015 09:51:20 -0400 Subject: Removed automatic device selection --- AutoAudioGPU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoAudioGPU.py b/AutoAudioGPU.py index e018e93..998618a 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 #Remove the # at the start of the line to choose platform import numpy as np import random -- cgit v1.2.3