This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: The code was crashed using custom model creation (edge-ai tidl-tools)

Part Number: TDA4VM

Hello,

    I have TDA4VM Jacinto J7 EVM kit. I trained a custom model and created the files of model artifacts using edge-ai tidl-tools. Then I got the right answer inferencing in PC. However, when I copied  the artifacts folder to TDA4VM, the code was crashed in 8.02 withour any useful logs, and the line of crashed code was

    m_session = new Ort::Session(m_env, m_modelPath.c_str(), sessionOpts);

Before 8.02, I also got right results using this way(8.01), so I want to know what I'm doing wrong.

Thank you in advance for your help.