Skip to content

Import error convnet  #21

@assadRasheed

Description

@assadRasheed

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions