How to solve `segmentation fault (core dumped)`
punnpkin opened this issue · 7 comments
punnpkin commented
1171257311 commented
i also encounter this problem.
1171257311 commented
这个问题我用了一个很奇怪的方法解决了。
使用cuda9.0+tf-gpu=1.9.0+keras2.1.4,但是cuda9我在编译的时候会出问题(出现undefined reference to __cudapopcallconfiguration',但是使用cuda10编译没有问题),因此我使用cuda10编译,之后运行再换回来cuda9,就可以正常运行了.
1171257311 commented
另外之前使用anaconda但是不行,这个环境是在virtualenv下配置的
bloo-cp commented
I have this problem too,could anyone share how to solve this?
bloo-cp commented
我的问题是在编译boost等库和maskfusion的时候所用的g++版本不一样,我用g++5.5重新编译就ok了
HelloTaeyeon commented
作者的build.sh里面不是用的gcc4.9吗,请问是全部替换成5.5可以编译成功吗