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

keras backend #443

Closed
yangyang2000 opened this issue Mar 26, 2021 · 2 comments
Closed

keras backend #443

yangyang2000 opened this issue Mar 26, 2021 · 2 comments

Comments

@yangyang2000
Copy link

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.

@kbattocchi
Copy link
Collaborator

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.

@yangyang2000
Copy link
Author

I see, thanks!

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

2 participants