Closed Zerkclown closed 1 year ago
The issue seems to be caused by incongruence of patchpadding_convolve_s8_kernel3_inputch3_stride2
declaration's and implementation's parameters. An additional parameter (q15_t *kbuf
) can be found in the declaration:
Hi @Zerkclown,
Thanks for fixing the issue. I will close this issue since the fix has been merged.
Currently following the inference tutorial and attempting to build the the VWW demo (step 3 of the tutorial). STM32CubeIDE seems to be unable to fully compile the project. Any suggestions to where the source of the error might lie?
Is it in the Makefile? or could the error have been caused all the way back during the CodeGeneration step? Am I including the wrong version of MCUNet?