EvilPort2 / Sign-Language

A very simple CNN project.
749 stars 354 forks source link

Problem with keras. #40

Open ooice opened 4 years ago

ooice commented 4 years ago

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'

ooice commented 4 years ago

Do we need to create a virtual environment to run cnn_keras.py?

EvilPort2 commented 4 years ago

Plz refer to this https://github.com/keras-team/keras/issues/12649