Skip to content
New issue

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

automatic voice training module is broken - #37079

Open
swamprat96 opened this issue Jan 24, 2025 · 1 comment
Open

automatic voice training module is broken - #37079

swamprat96 opened this issue Jan 24, 2025 · 1 comment

Comments

@swamprat96
Copy link

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

@swamprat96
Copy link
Author

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant