2022-11-17 01:04 AM
Hey,
If I understand correctly, when using the validation, it will use the upload dl model and c-model to run the inference and then calculate the L2, RMSE, metrics. So I am wondering what the compiler for this is?
Thanks in advance!
2022-11-18 02:23 AM
Hello @HLU.1
First let me thank you for posting.
To be able to identify the compiler go to the folder where the pack is installed and execute this command shown below.
This is my case:
C:\Users\the username\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AI\7.3.0\Utilities\windows\mingw64\bin>gcc.exe --version
gcc.exe (Rev8, Built by MSYS2 project) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You can see it is a GCC compiler.
Kind regards,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.