-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Segmentation fault when running extract_feature #4417
Comments
From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:
|
-Dug : caffe-master> gdb --args ./extract_features models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel examples/_temp/imagenet_val.prototxt fc8 examples/_temp/features 10 leveldb GPU Program received signal SIGSEGV, Segmentation fault.
Quit anyway? (y or n) y ghob_ke@rmc-lx0181:/home_local/caffe-master> gdb --args ./extract_features models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel examples/_temp/imagenet_val.prototxt fc8 examples/_temp/features 10 leveldb GPU Program received signal SIGSEGV, Segmentation fault. |
hello ,
i got a segmentation fault when extracting features i dont know how can i solve this problem.
caffe-master> ./extract_features models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel examples/_temp/imagenet_val.prototxt fc8 examples/_temp/features 10 leveldb GPU
E0705 15:04:16.180382 6323 extract_features.cpp:52] Using GPU
E0705 15:04:16.180963 6323 extract_features.cpp:58] Using Device_id=0
Segmentation fault
thanks in advance.
The text was updated successfully, but these errors were encountered: