-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
AttributeError: module 'keras.backend' has no attribute 'logsumexp' #14647
Comments
same thing =( |
The best way is switch to If checking No matter using or in suggested way( Don't know why this And I don't know whether the keras version |
@gitfourteen Is this still an issue for you? I ran your code with recent |
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you. |
Closing as stale. Please reopen if you'd like to work on this further. |
Holy... run into this problem again when playing colab... and google popping out the same old years ago... Here are what I have tried.
and test:
change runtime type and restart session.
and test:
Both get AttributeError: module 'keras.backend' has no attribute 'logsumexp'. |
Test the way you import under tf of |
Using Colab
keras.version is 2.4.3 if
import keras
directlywhen
help
(keras.backend.logsumexp), get errorAttributeError: module 'keras.backend' has no attribute 'logsumexp'
What's wrong?
The text was updated successfully, but these errors were encountered: