gnumpy
gnumpy copied to clipboard
Python 3.5.2 gnump/CUDAmat error
mltest.docx Hello, I'm trying to run a deep learning algorithm. I followed the code from Adrian's tutorial. I'm getting the following error:
File "mltest.py", line 4, in
I'm running Python 3.5.2, OpenCV 3.0, corresponding nolearn and scikit modules on Windows 10 Pro. Can someone help me troubleshoot this issue?
Thank you,
same problem facing here. i am using python 3.5, opencv 3.2, nolearn 0.5b1 and sklearn 0.18.1 as suggested by Adrian tutorial
try use "except _cudamat.CUDAMat Exception as e: # this means that malloc failed"
Did you resolve the problem?