Hi, i meet the problem:
"ethosu.vela.errors.ByteSizeError: 'Error: Illegal Size: Illegal Size: Cmd1 stride of size: 1 Bytes is not a multiple of 16, in operation 2:Conv2D'"
when compiling tflite model into c code.
My python scriptes:
python3 -m tvm.driver.tvmc compile --target="ethos-u -accelerator_config=ethos-u55-64, c"
--target-c-mcpu=cortex-m55
--runtime=crt
--executor=aot
--executor-aot-interface-api=c
--executor-aot-unpacked-api=1
--output-format=mlf
--pass-config tir.disable_vectorize=1 ./models/cifar10_int8.tflite #tir.disable_vectorize=1 cifar10_int8.tflite