-
Notifications
You must be signed in to change notification settings - Fork 251
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
Keras 3 version compatibility #214
Comments
Not working with Keras 3.1.1 at least Issue filed here majianjia/nnom#214
For now TF 2.12.1 and TF 2.14.1 with Keras 2.x works. Keras 3 is getting more popular though, so this issue should probably stay open to track progress in supporting that. |
Make sure to have Python3.11 or less installed, since TF 2.12.1 and TF 2.14.1 are not compatible with Python3.12 |
Keras 2.6.0 works fine for me, I think what we really need is the model weights. So, I use Pytorch to debug and train the model, then transfer model weights to Keras, at last to NNOM. |
Hi. I cannot see that there is any documentation on which Keras versions are supported. I tried running with the latest versions as per today - Keras 3.1.1.
This gives the following exception.
I tried to fix that line, but then just get stuck a couple of lines down.
So I believe Keras 3.x does not really work. But which version should I go back to that is known to be working?
The text was updated successfully, but these errors were encountered: