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
This conv_dw_layer.cpp does not implement a default value (should be 1) for 'stride'. So you have to explicitly add 'stride: 1' in the layer definition in your prototxt.
Any idea for solving this? I just re-compiled caffe after merging your dw_conv.
This shows when I use caffe timer on both cpu and gpu mode.
*** Aborted at 1520306614 (unix time) try "date -d @1520306614" if you are using GNU date ***
PC: @ 0x7f8694ae4b06 caffe::ConvolutionDepthwiseLayer<>::LayerSetUp()
*** SIGSEGV (@0x0) received by PID 31868 (TID 0x7f8695694ac0) from PID 0; stack trace: ***
@ 0x7f869372a4b0 (unknown)
@ 0x7f8694ae4b06 caffe::ConvolutionDepthwiseLayer<>::LayerSetUp()
@ 0x7f8694ca29a5 caffe::Net<>::Init()
@ 0x7f8694ca4a88 caffe::Net<>::Net()
@ 0x40bc2a time()
@ 0x407360 main
@ 0x7f8693715830 __libc_start_main
@ 0x407a19 _start
@ 0x0 (unknown)
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: