Tool/software:
Hi,
I am working on TDA4VM EVM for the first time. I have to work offline on my host PC (Ubuntu 18.04).
I need to work with jupyter notebook. After connecting with EVM, I start a jupyter notebook server with those commands :
export TIDL_RT_DDR_STATS="1" export TIDL_RT_PERFSTATS="1" jupyter notebook --allow-root --ip 169.254.152.1
Then, I open the jupyter notebook with chromium. I have no problem when I want to run inference on ARM only but I get this error when I want to run it with Deep Learning acceleration;
So here is the code I'm trying to run :
And here is the error :
In /opt folder, I installed several edgeai modules such as tidl_tools :
I installed it from the git repository : GitHub - TexasInstruments/edgeai-tidl-tools: Edgeai TIDL Tools and Examples - This repository contains Tools and example developed for Deep learning runtime (DLRT) offering provided by TI’s edge AI solutions.
Then, I tried to solve the problem with "export" to add TIDL_TOOLS_PATH to environment variable but it didn't work :
What is the problem? How can I fix it?
Thanks,