Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TensorFlow object detection TF-TRT Warning: Could not find TensorRT [closed]

I have been experimenting trying to solve it for weeks. I am using Google Colaboratory since I got a MacBook Pro with an Apple chip that is not supported by TensorFlow. Here is the Google Colaboratory link with commenting access. Click here.

I have tried using older versions of TensorFlow, but nothing changed, I have the TensorFlow record and training pipeline files ready.

like image 755
Ali Avatar asked Sep 13 '25 12:09

Ali


1 Answers

Try to install pip install tensorrt.

Perhaps you need to read this> How do I install Python packages in Google's Colab?

And check if a GPU is allocated with google colab.

like image 113
j35t3r Avatar answered Sep 15 '25 01:09

j35t3r