python3
Python 3.8.10 (default, Nov 14 2022, 12:59:47)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import galai as gal
2023-01-23 02:21:31.595299: W tensorflow/stream_executor/platform/default/dso_loader.cc:65] Could not load dynamic library 'libnvinfer.so.8'; dlerror: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block; LD_LIBRARY_PATH: /usr/local/cuda-11.4/lib64:/usr/local/cuda-11.4/lib64:
2023-01-23 02:21:31.598580: W tensorflow/stream_executor/platform/default/dso_loader.cc:65] Could not load dynamic library 'libnvinfer_plugin.so.8'; dlerror: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block; LD_LIBRARY_PATH: /usr/local/cuda-11.4/lib64:/usr/local/cuda-11.4/lib64:
2023-01-23 02:21:31.598618: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.
>>> model = gal.load_model("standard")
Killed
Hi,
This looks like a TensorFlow issue.
Could you share how do you install the package?
If you install our prebuilt, please make sure the package is built with the same JetPack.
Thanks.
Not sure, but you may try :
LD_PRELOAD=/lib/aarch64-linux-gnu/libGLdispatch.so python3
after adding swap memory it executes
merci
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.