My problem start when I was training my SSD model with an MXNet framework as here:https://github.com/zhreshold/mxnet-ssd I had this error:
File "/usr/lib/python2.7/ctypes/__init__.py", line 362, in __init__
self._handle = _dlopen(self._name, mode) OSError: libcudart.so.8.0: cannot
open shared object file: No such file or directory
Searching for a solution leads me to install "Cuda" which I figure out later that it's just supported by NVidia graphics card. until now, I am not sure of my conclusion and how true is it, I don't have an NVidia card my computer is very simple Dell -core i3 with Intel(R)HD card.
In case this is true, what shall I do to run my code? I found this alternative solution: GPU Emulator for CUDA programming without the hardware and I've also read this: Can I run CUDA on Intel's integrated graphics processor?
If it's not related to that, what is the problem?
Sorry for my limit knowledge, I will appreciate any suggestions and descriptions.
Looking forward to hearing answers.
Regards.