AttributeError: module ‘tensorflow’ has no attribute ‘__version__’ – troubleshooting retinaface with tensorflow
I am having technical difficulties installing retinaface and tensorflow.
Where to download tensorflow 2.5?
I am searching for tensorflow 2.5 and can’t find it anywhere. Can anyone point me in the right direction?
unable to install tensorflow_addons
i was trying to run this command- onnx-tf convert -i yolov8n.onnx -o yolov8_tf
then i encountered this error-
2024-06-25 15:20:44.150147: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0
.
2024-06-25 15:20:50.272876: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0
.
Traceback (most recent call last):
File “”, line 198, in run_module_as_main
File “”, line 88, in run_code
File “C:UsersaasthAppDataRoamingPythonPython312Scriptsonnx-tf.exe_main.py”, line 4, in
File “C:UsersaasthAppDataRoamingPythonPython312site-packagesonnx_tf_init.py”, line 1, in
from . import backend
File “C:UsersaasthAppDataRoamingPythonPython312site-packagesonnx_tfbackend.py”, line 29, in
from onnx_tf.common.handler_helper import get_all_backend_handlers
File “C:UsersaasthAppDataRoamingPythonPython312site-packagesonnx_tfcommonhandler_helper.py”, line 3, in
from onnx_tf.handlers.backend import * # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:UsersaasthAppDataRoamingPythonPython312site-packagesonnx_tfhandlersbackendhardmax.py”, line 3, in
import tensorflow_addons as tfa
ModuleNotFoundError: No module named ‘tensorflow_addons’