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
Everything compiled successfully. I followed the tutorial by invoking:
./djinn --common ../common/ --weights weights/ --portno 8080 --gpu 1 --debug 0 --nets nets.txt
But saw:
Segmentation fault (core dumped)
The output from gdb is:
77 Caffe::set_phase(Caffe::TEST);
(gdb) n
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff668d8f3 in malloc_consolidate (av=av@entry=0x7ffff69cd760 <main_arena>) at malloc.c:4157
4157 malloc.c: No such file or directory.
Did anybody saw this before? Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I compiled caffe and djinn again by following the instructions from the djinn website, but the problem still exists. The only change I made is about the caffe installation location. All the CPU_ONLY flags match your examples. Any clue would be appreciated.
Everything compiled successfully. I followed the tutorial by invoking:
./djinn --common ../common/ --weights weights/ --portno 8080 --gpu 1 --debug 0 --nets nets.txt
But saw:
Segmentation fault (core dumped)
The output from gdb is:
77 Caffe::set_phase(Caffe::TEST);
(gdb) n
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff668d8f3 in malloc_consolidate (av=av@entry=0x7ffff69cd760 <main_arena>) at malloc.c:4157
4157 malloc.c: No such file or directory.
Did anybody saw this before? Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: