We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing module tensorflow and does not complete https://colab.research.google.com/drive/1q1oe2zOyZp7UsB3jJiQ1IFn8z5YfjwEb?usp=sharing#scrollTo=qgaKWIY6WlJ1
https://www.home-assistant.io/voice_control/create_wake_word/
2025.1.3
No response
The text was updated successfully, but these errors were encountered:
ModuleNotFoundError Traceback (most recent call last) in <cell line: 0>() 91 return None 92 ---> 93 convert_onnx_to_tflite(f"my_custom_model/{config['model_name']}.onnx", f"my_custom_model/{config['model_name']}.tflite") 94 95 # Automatically download the trained model files
2 frames /usr/local/lib/python3.11/dist-packages/onnx_tf/backend.py in 19 from onnx.backend.test.runner import BackendIsNotSupposedToImplementIt 20 from onnx.helper import make_opsetid ---> 21 import tensorflow as tf 22 import numpy as np 23
ModuleNotFoundError: No module named 'tensorflow'
Sorry, something went wrong.
No branches or pull requests
Feedback
missing module tensorflow and does not complete
https://colab.research.google.com/drive/1q1oe2zOyZp7UsB3jJiQ1IFn8z5YfjwEb?usp=sharing#scrollTo=qgaKWIY6WlJ1
URL
https://www.home-assistant.io/voice_control/create_wake_word/
Version
2025.1.3
Additional information
No response
The text was updated successfully, but these errors were encountered: