Open krikru opened 7 years ago
I solved it. The problem was that I hadn't installed Intel's OpenCL driver and library packages, only the Intel SDK for OpenCL Applications Package (apparently); my mistake was that I assumed that the SDK would include everything you needed to work with OpenCL. Maybe we can write something about this in the instructions.
can someone close this issue?
@krikru you said you have an Intel GPU, I was wondering whether it means a Core graphics card Integrated in a CPU, like Intel HD530?
@JulyJohn I'm pretty sure the GPU was integrated on the CPU. It wasn't a very expensive laptop and I don't remember that it should have had a dedicated graphics card (which I think I should if it would have had one).
After following the instructions as closely as possible (I'm using Python3 and I have an Intel GPU, if you can call it that), when I run the mnist example (by running
python3 convolutional.py
from the terminal) I get the outputWhy do I get this error (googling for the error message yields zero hits so I don't know where it is generated) and what can I do to fix it?