-
Notifications
You must be signed in to change notification settings - Fork 246
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
ImportError: cannot import name 'normalize_data_format' #35
Comments
Hi, I met the same question and solved it using the method here: keras-team/keras-contrib#298 (comment)
that is: |
I used keras 2.1.3 and tensorflow 1.5 and solved it. |
In the new version of keras, this function was not put in conv_utils, but in the backend. import keras.backend as K |
|
keras version: 2.4.3 |
https://stackoverflow.com/questions/53442190/importerror-cannot-import-name-normalize-data-format
|
I meet same problem with you ,keras version is 2.4.3. |
can someone tell me how to solve it in keras version 2.4.3 |
I have read your article and its pretty nice enough to understand. Thank you for your contribution. When I a trying to train at my own using your code it gives me an Import Error like following. I am using google Colab environment. Having some search over the error i got that the following line is compatible to keras version==2.2.2. I have also installed that yet not solved with the error. Please help me to get over it. By default keras version installed in colab is 2.2.4
The text was updated successfully, but these errors were encountered: