summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-12 15:08:13 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-12 15:08:13 -0400
commit5dc118e68f25ec0f042d4b58a8a1c575a7b83428 (patch)
tree562d1e8290cf5dbbf220e8caef3716b73e356b0b
parentc53150c701151e23e49d5c5cd5c49f8a9cf8df86 (diff)
Edited readme
-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: