Hi ,
I tried to run the ONNXimport code on 18.04 of sdk9.0 version where i am getting the below
Though documentation skd9.0 is supported only for ubuntu 22.0 is there any chances that this error can also be resolved in 18.04
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.
Hi ,
I tried to run the ONNXimport code on 18.04 of sdk9.0 version where i am getting the below
Though documentation skd9.0 is supported only for ubuntu 22.0 is there any chances that this error can also be resolved in 18.04
Hi Abhilash
The SDK 9.0 tools are built using updated tool chains supported on ubuntu 22 and may not be compatible for ubuntu 18. I would suggest upgrading to ubuntu 22 for any dependency related issues observed.
Regards,
Anand
if we were working on sdk 8.1 and our model was built on this now if we want to run the model on sdk9.0 then we have to migrate along with os and the ecosystem correct /?
Yes. The model compiled on 8.1 may not work on SDK 9.0, so you need to update the os and ecosystem and recompile the model with 9.0 tools before running inference. (note : recompilation is not for just OS update, any model needs to be compiled with the same version of SDK as that used for inference).
Regards,
Anand