-
Notifications
You must be signed in to change notification settings - Fork 17
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
ModuleNotFoundError: No module named 'keras.src.engine' #27
Comments
Hi! Starting with |
Transitioning to Keras 3 turned out more complicated than was advertised (see keras-team/keras#19314). I'll get back to it as soon as there is more clarity regarding the new Keras' design. |
Yes, Indeed |
do we still have to use tensorflow 2.15 to avoid this error? |
@AlexanderTekle Shortly put, yes. |
Using tensorflow 2.15 works for model conversion, from pytorch to keras. But, I am not able to use tfjs_converted to convert the keras model to tfjs. I tried saving the keras model in both .keras and .h5 format, but it does not seem to work. |
folks at google should put some effort in to help here. i really want to use tfjs (bypassing onnx)- and yet getting my code over to tensorflow has been a complete ball breaker. UPDATE - looking into using this which has pytorch models -> tensorflow lite as of tensorflow 2.17 |
Both tensorflow and keras installed.
Python 3.12.2
nobuco 0.12.0
keras 3.0.5
tensorflow 2.16.0rc0
torch 2.2.0
The text was updated successfully, but these errors were encountered: