2021-03-23 07:43 PM
Hello, I have a STM32F746G-DISCO which has a microcontroller with 1 Mbytes of Flash memory and 340 Kbytes of RAM. However, I would need more space for my bigger Keras models.
I have seen examples of code in the new function pack FP-AI-VISION1 which is providing a Computer Vision AI example of food classification. It is also providing different memory configurations : use of internal Flash vs external Flash, internal RAM vs external SDRAM.
However, since i am a beginner, it's difficult to write code from scratch and access and use external memory, and all these processes are not well understood.
Are there any easier examples or tutorials for loading the pre-trained model to external memory?
Best regards,