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
Hello, I'm testing out sciann. Running my code on google colab. It uses python version Python 3.10.12
Error: AttributeError: module 'keras.backend' has no attribute 'get_graph'
Whats the work around for this?
I've seen some responses asking me to downgrade python version, is that the only fix?
The text was updated successfully, but these errors were encountered:
I'm overriding keras version using pip install keras==2.2.0 the new error:
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/init.py)
Sorry, something went wrong.
Seems like the same issue as https://github.com/sciann/sciann/issues/97
Same problems, have you fix it? how to correct the code? @NischalKMapakshi
No branches or pull requests
Hello, I'm testing out sciann. Running my code on google colab.
It uses python version Python 3.10.12
Error:
AttributeError: module 'keras.backend' has no attribute 'get_graph'
Whats the work around for this?
I've seen some responses asking me to downgrade python version, is that the only fix?
The text was updated successfully, but these errors were encountered: