EvilPort2 / Sign-Language

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

Error from keras #36

Open rushikeshpolawar opened 4 years ago

rushikeshpolawar commented 4 years ago

Traceback (most recent call last): File "cnn_keras.py", line 17, in K.set_image_dim_ordering('tf') AttributeError: module 'keras.backend' has no attribute 'set_image_dim_ordering'

rushikeshpolawar commented 4 years ago

plz give me your contact no.

EvilPort2 commented 4 years ago

Try this. Comment out the line and see if it changes the accuracy or performance anyhow. As far as I know, in keras v2 this function has been changed https://github.com/keras-team/keras/issues/12649.