From 5dc118e68f25ec0f042d4b58a8a1c575a7b83428 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 12 Sep 2015 15:08:13 -0400 Subject: Edited readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 64f0da5..ff85fae 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,16 @@ To run AutoVideos: To run AutoAudio: `python AutoAudioGPU.py` +If you are getting this error: +``` +pyopencl.LogicError: Context failed: invalid value +``` +Just uncomment (remove the # at the start of the line) the following lines in AutoAudioGPU.py, AutoImagesGPU.py, and AutoVideosGPU.py: +``` +GPU.platform_id = -1 +``` + + Don't worry if when you run it, it gives the following message: ``` /usr/lib/python2.7/dist-packages/pyopencl/__init__.py:61: -- cgit v1.2.3