Time-Travel-Rephotography.github.io
Time-Travel-Rephotography.github.io copied to clipboard
No longer working
Could not find TensorRT // crash log
Can confirm, same issue encountered. Could not find TensorRT.
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
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