You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
I have executed the command: make all ,make test and there are no errors when I install caffe on ubuntu 16.04(cuda 8.0+Nvida Titan X).However,it occurs "Segmentation fault" when I excute "make runtest" as the follwing:
Makefile:412: recipe for target 'runtest' failed
make: *** [runtest] Segmentation fault (core dumped)
and when I train the model with the dataset downloading from the website:http://deepdriving.cs.princeton.edu/ ,there are also errors:
I1006 16:50:11.402531 25092 net.cpp:84] Creating Layer data
I1006 16:50:11.402541 25092 net.cpp:373] data -> data
I1006 16:50:11.402570 25092 net.cpp:373] data -> label
I1006 16:50:11.402595 25092 net.cpp:113] Setting up data
Segmentation fault (core dumped)