Artificial intelligence computing speed is too slow
Dear ST Engineer,
Hello, I am doing sound classification (AER-CNN-KERAS) artificial intelligence, hardware STM32H743IIT6 (400M) external extension SDRAM (W9825G6KH-6) This is a 16-bit data width 32M bytes memory rate 100M
After downloading the model to STM32H743, it is estimated that a speech (a piece of audio) recognition will take about 40 seconds, which is too slow to accept. I would like to ask what is the reason for such a long operation time?
My analysis suggests that external SDRAM is the main reason, the model requires 9.31MiB of space all outside. But it should not be so slow. Is there any way to speed up the operation? Is it that STM32CUBEMX_AI has not recognized that SDRAM is a 16-bit memory?
And use it as an 8-bit? If I extend 32-bit SDRAM, can I speed up the computation?
