segfault
elsampsa opened this issue · 2 comments
This is a bit esoteric question, but ..
I linked your branch of darknet against this one:
https://github.com/CNugteren/CLBlast
It compiles ok, but when running the darknet executable, I get a segfault.
System: Ubuntu 18.04 LTS with intel
Any comments? Am I doing something that I shouldn't..?
If you wan't to take a look, see here
First I build using easy_build_clblast.bash
& install the debian package
After that I do easy_build.bash
There's something wrong in the resulting darknet executable (it appears into ext/sowsow_darknet/build_dir)
[the master branch of that repo works ok with the normal pjreddie darknet]
Stupid me.. I was using inconsistent weights & config files (as usual). The executable using that setup I just described runs ok.