diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-19 09:52:17 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-19 09:52:17 -0400 |
commit | 6a0f7f47a865044809cc5a5f13613eb446713190 (patch) | |
tree | 1b32647e3ae017466b51d279a8a0d5b3fd05e55f | |
parent | 092b69b38c711cc3fc803d2c303b73370ad5b225 (diff) |
Removed automatic device selection
-rw-r--r-- | AutoVideosGPU.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AutoVideosGPU.py b/AutoVideosGPU.py index 02f7536..25ccabd 100644 --- a/AutoVideosGPU.py +++ b/AutoVideosGPU.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 |