Error to allocate memory in static TLS block - Jetson Orin

Hello there!!, I got the following error when I try to evaluate my model create in Tensorflow

I try the command of **export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libgomp.so.1 but it does not work I dont undertand what it is or how to fix it It just happens when it try to evaluate with the matrix confussion and the ROC curve with those libraries

Hi,

Do you want to run OpenMP on the Orin?
Thanks.

nope its my project of ML with TensorFlow and OpenCV but when I tried to use the sklearn library to showe the matrix confussion that error its shown!

Hi,

Could you try if the script can work outside of the virtual environment?
Or could you launch the environment with --system-site-packages to see if it can work?

Thanks.

how can I use --system-site-packages ? how will be the comand? can you give me an example?

Hi,

The command will allow you to access the package that is installed outside of the virtual environment.

For example:

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.