diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-19 09:51:20 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-19 09:51:20 -0400 |
commit | 218b1edfd4911c08275e6b3aaf6711d4a9fa5280 (patch) | |
tree | dbe278cce70877e24fe4801fab4e47966c724de3 | |
parent | 8389e8ba4a57a837073f3f56e081118a1a0f31f7 (diff) |
Removed automatic device selection
-rw-r--r-- | AutoAudioGPU.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |