Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BinaryNet Run Time Error #15

Open
janarbek opened this issue Jan 31, 2017 · 0 comments
Open

BinaryNet Run Time Error #15

janarbek opened this issue Jan 31, 2017 · 0 comments

Comments

@janarbek
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant