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

Import error convnet #21

Open
assadRasheed opened this issue Jun 11, 2018 · 0 comments
Open

Import error convnet #21

assadRasheed opened this issue Jun 11, 2018 · 0 comments

Comments

@assadRasheed
Copy link

Trying to run cuda convenet using my own dataset in order to train my model . but got the following error .googled alot but failed to get answer. i am getting the following error in convent.py file .although i have installed cuda tool kit vs etc but unable to understand why this is happening

Importing cudaconvnet._ConvNet C++ module

ImportErrorTraceback (most recent call last)
in ()
101 print "========================="
102 print "Importing %s C++ module" % lib_name
--> 103 libmodel = import(lib_name,fromlist=['_ConvNet'])
104
105 class ConvNet(IGPUModel):
ImportError: No module named _ConvNet

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