You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced this problem. Tried to change set_image_dim_ordering to set_image_data_format but the problem didn't solve. Please kindly advice me. Thank you.
C:\Users\user\Desktop\Sign-Language-master>python cnn_keras.py
Using TensorFlow backend.
2019-12-07 08:35:59.719620: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_100.dll
Traceback (most recent call last):
File "cnn_keras.py", line 15, in
K.set_image_dim_ordering('tf')
AttributeError: module 'keras.backend' has no attribute 'set_image_dim_ordering'
The text was updated successfully, but these errors were encountered:
I faced this problem. Tried to change set_image_dim_ordering to set_image_data_format but the problem didn't solve. Please kindly advice me. Thank you.
C:\Users\user\Desktop\Sign-Language-master>python cnn_keras.py
Using TensorFlow backend.
2019-12-07 08:35:59.719620: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_100.dll
Traceback (most recent call last):
File "cnn_keras.py", line 15, in
K.set_image_dim_ordering('tf')
AttributeError: module 'keras.backend' has no attribute 'set_image_dim_ordering'
The text was updated successfully, but these errors were encountered: