Replies: 2 comments
-
Check the closed issues. |
Beta Was this translation helpful? Give feedback.
0 replies
-
try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning, I'm trying to use the tool in Google Colab and it throws this error. Any suggestions please. Thank you.
2023-10-18 10:10:13.188222: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 AVX512F FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2023-10-18 10:10:14.096967: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
File "/content/main.py", line 6, in
from colorama import Fore, Style
ModuleNotFoundError: No module named 'colorama'
Beta Was this translation helpful? Give feedback.
All reactions