2019-01-13 04:54 AM
Hello
I am a bit confused about how to make artificial intelligence work.
On this link on pages 4 and 5:
https://www.st.com/content/ccc/resource/sales_and_marketing/presentation/product_presentation/group0/5e/79/f6/51/0a/2b/47/81/STM32CubeAI_press_pres/files/STM32CubeAI_press_pres.pdf/jcr: content / translations / en.STM32CubeAI_press_pres.pdf
and on the following youtube link: https://www.youtube.com/watch?v=GGlPmuZBmdc
do you need the STEVAL-STLKT01V1 every time you want to create an artificial intelligence?
Can I use only the B-L475E-IOT01A card to create an artificial intelligence?
I tried the demo: https://www.youtube.com/watch?v=grgNXdkmzzQ&t=140s
on the STM32F746 Discovery board but I get the following message when I press Analyse:
Command: C: /Users/dell/STM32Cube/Repository//Packs/STMicroelectronics/X-CUBE-AI/3.3.0/Utilities/windows/generatecode --auto -c C: / Users / dell / AppData / Local /Temp/mxAI51319793914639675789424336410389/config.ai
Python generation ended
Invalid network
Why do I have this error?
Thank you
2019-01-16 08:35 AM
Hello,
You can perform artificial intelligence with X-Cube-AI on all STM32 with Cortex-M4 and Cortex-M7
Regarding the error can you post the log of CubeMX that reproduced the error ? (located in : C:\Users\[username]\.stm32cubemx\STM32CubeMX.log)
Regards,
Romain
2019-01-17 04:05 AM
Hello
Thank you for your answers
I solved the error
Thank you