summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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: