Time-Travel-Rephotography.github.io icon indicating copy to clipboard operation
Time-Travel-Rephotography.github.io copied to clipboard

No longer working

Open tomnatic17 opened this issue 2 years ago • 3 comments

Could not find TensorRT // crash log

tomnatic17 avatar Aug 05 '23 00:08 tomnatic17

Can confirm, same issue encountered. Could not find TensorRT.

jtthorin avatar Aug 08 '23 21:08 jtthorin

Same error today: 2023-08-09 02:15:30.481596: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT

tomnatic17 avatar Aug 09 '23 02:08 tomnatic17

Can confirm, same issue encountered. Could not find TensorRT.

Solved it, just install the new version of TensorRT... Add a new cell line in the beginning ... first uninstall the previous version

!pip uninstall tensorflow !pip install tensorflow==2.14.0

ionicaefrgregre avatar Oct 07 '23 18:10 ionicaefrgregre