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
keras version 2.4.3 tf version 2.4.1 AttributeError: module 'keras.backend' has no attribute 'logsumexp'
K.logsumexp is no longer in keras.backend? runs when i replace with K.log(K.sum(K.exp...), axis =-1)) though other issues arise.
The text was updated successfully, but these errors were encountered:
Yes, annoyingly Keras 2.4 is not backwards compatible with Keras 2.3, which is why our current dependencies are:
keras < 2.4 tensorflow > 1.10, < 2.3
See also #352, which will be fixed once #389 is completed.
Sorry, something went wrong.
I see, thanks!
No branches or pull requests
keras version 2.4.3
tf version 2.4.1
AttributeError: module 'keras.backend' has no attribute 'logsumexp'
K.logsumexp is no longer in keras.backend? runs when i replace with K.log(K.sum(K.exp...), axis =-1)) though other issues arise.
The text was updated successfully, but these errors were encountered: