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

Cannot create Cublas handle. Cublas won't be available. #26

Closed
kpaonaut opened this issue Aug 1, 2018 · 2 comments
Closed

Cannot create Cublas handle. Cublas won't be available. #26

kpaonaut opened this issue Aug 1, 2018 · 2 comments

Comments

@kpaonaut
Copy link

kpaonaut commented Aug 1, 2018

I was able to run make_lmdb.sh with cuda8, however, this shell gives me this error when running with cuda 9:

E0731 17:34:52.597481 20328 common.cpp:103] Cannot create Cublas handle. Cublas won't be available.
E0731 17:34:52.653252 20328 common.cpp:110] Cannot create Curand generator. Curand won't be available.

I'm not sure if this is the problem of cuda version, or something else.
This error alone does not prevent the shell from running, but it makes train.sh aborted:

./train.sh: line 1: 20354 Aborted                 (core dumped) ../../build/tools/caffe train --solver=./solver.prototxt >> ./output/output.log 2>&1

Any thoughts?
Thank you!

@kpaonaut
Copy link
Author

kpaonaut commented Aug 1, 2018

This is a problem resulted from conflicted cuda version or some problems of cuda. I would suggest anyone has this problem reinstall cuda 8.0(9.0 will not work!) and also reboot their machine to make sure NVIDIA works fine.

@kpaonaut kpaonaut closed this as completed Aug 1, 2018
@yezhengli-Mr9
Copy link

Any tutorial to switch to CPU-only caffe?caffe.set_mode_cpu() seems not enough. I am studying another problem anyway.

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

2 participants