Open 11223uhh opened 3 years ago
The first channel of the output of the second convolution is always zero
I have the same problem in "arm_convolve_HWC_q15_fast" function with ARM_MATH_DSP macro.
@11223uhh @newton1010 .. Is this a new change? From what I see, 68e9b6013 is the latest change in that area. Could you try without(revert) it?
@11223uhh Could you please update if you have tried the suggestion above?
My code looks something like this
arm_convolve_HWC_q7_basic
arm_relu_q7 arm_maxpool_q7_HWC arm_convolve_HWC_q7_fast(img_buffer2,
arm_relu_q7 The output of the first convolution is fine, but the output of the second convolution is off by a very large amount