You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble running BinaryNet/Run-time/mnist.py, and I am getting following error. I believe this is version mismatch between PyCUDA and CUDA on my system. I am wondering what versions of dependencies (PyCuda, CUDA, Lasagne,..) are supposed to run Run-Time/Train-Time of BinaryNet?
(C:\Users\jmatai\AppData\Local\Continuum\Anaconda2) C:\Work\bnn\BinaryNet\Run-time>python mnist.py
Using gpu device 0: Quadro K620 (CNMeM is disabled, cuDNN not available)
Traceback (most recent call last):
File "mnist.py", line 20, in
import binary_ops
File "C:\Work\bnn\BinaryNet\Run-time\binary_ops.py", line 10, in
import pycuda.driver as drv
File "C:\Users\jmatai\AppData\Local\Continuum\Anaconda2\lib\site-packages\pycuda\driver.py", line 5, in
from pycuda._driver import * # noqa
ImportError: DLL load failed: The specified module could not be found.
Hi All,
I am having trouble running BinaryNet/Run-time/mnist.py, and I am getting following error. I believe this is version mismatch between PyCUDA and CUDA on my system. I am wondering what versions of dependencies (PyCuda, CUDA, Lasagne,..) are supposed to run Run-Time/Train-Time of BinaryNet?
(C:\Users\jmatai\AppData\Local\Continuum\Anaconda2) C:\Work\bnn\BinaryNet\Run-time>python mnist.py
Using gpu device 0: Quadro K620 (CNMeM is disabled, cuDNN not available)
Traceback (most recent call last):
File "mnist.py", line 20, in
import binary_ops
File "C:\Work\bnn\BinaryNet\Run-time\binary_ops.py", line 10, in
import pycuda.driver as drv
File "C:\Users\jmatai\AppData\Local\Continuum\Anaconda2\lib\site-packages\pycuda\driver.py", line 5, in
from pycuda._driver import * # noqa
ImportError: DLL load failed: The specified module could not be found.
(C:\Users\jmatai\AppData\Local\Continuum\Anaconda2) C:\Work\bnn\BinaryNet\Run-time>
The text was updated successfully, but these errors were encountered: