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

ImportError: DLL load failed: The specified module could not be found. #33

Open
170987karan opened this issue May 23, 2021 · 0 comments

Comments

@170987karan
Copy link

After running Extract_Feat.py,
these error come, please resolve this error.

ImportError Traceback (most recent call last)
in
6 import numpy as np
7 sys.path.insert(0,'/home/vijay/deep-learning/caffe/python')
----> 8 import caffe
9 import skimage.transform
10 def extract_feats(filenames,batch_size):

~\Anaconda3\envs\caffe\lib\site-packages\caffe_init_.py in
----> 1 from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer
2 from ._caffe import init_log, log, set_mode_cpu, set_mode_gpu, set_device, Layer, get_solver, layer_type_list, set_random_seed, solver_count, set_solver_count, solver_rank, set_solver_rank, set_multiprocess, has_nccl
3 from ._caffe import version
4 from .proto.caffe_pb2 import TRAIN, TEST
5 from .classifier import Classifier

~\Anaconda3\envs\caffe\lib\site-packages\caffe\pycaffe.py in
11 import numpy as np
12
---> 13 from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver,
14 RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer
15 import caffe.io

ImportError: DLL load failed: The specified module could not be found.

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