diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-19 09:58:46 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-19 09:58:46 -0400 |
commit | aa3ecf55f0967ac6306d156a5ef12a2a4375f172 (patch) | |
tree | 238c5a440b413008b64f00dd51510c0182e65028 | |
parent | 50896f409ea74a20f732bc9b211a96ab969d6752 (diff) |
Removed automatic device selection
-rw-r--r-- | AutoVideosLive.py | 3 | ||||
-rw-r--r-- | AutoVideosLiveBlackWhite.py | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/AutoVideosLive.py b/AutoVideosLive.py index ea0f0a7..421bf1e 100644 --- a/AutoVideosLive.py +++ b/AutoVideosLive.py @@ -1,7 +1,6 @@ import GPU -#GPU.platform_id = -1 #Uncomment this line to manually choose what device to use - +GPU.platform_id = -1 import random import numpy as np diff --git a/AutoVideosLiveBlackWhite.py b/AutoVideosLiveBlackWhite.py index 1661ee1..40868e9 100644 --- a/AutoVideosLiveBlackWhite.py +++ b/AutoVideosLiveBlackWhite.py @@ -1,7 +1,6 @@ import GPU -#GPU.platform_id = -1 #Uncomment this line to manually choose what device to use - +GPU.platform_id = -1 import random import numpy as np |