summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-19 09:52:55 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-19 09:52:55 -0400
commit942eda24b31bc10c8ad48b06029cbea13926c8aa (patch)
tree9e4c8edd9bdf317dc6c35cb8495dc7321dc7f9dd
parent6a0f7f47a865044809cc5a5f13613eb446713190 (diff)
Edited readme
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index ff85fae..0115a98 100644
--- a/README.md
+++ b/README.md
@@ -43,15 +43,6 @@ 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:
```