keras-team / keras-contrib

Keras community contributions
MIT License
1.59k stars 653 forks source link

About keras_contrib.backend #544

Open yuanyuan1993 opened 3 years ago

yuanyuan1993 commented 3 years ago

install keras_contrib by: pip install git+https://www.github.com/keras-team/keras-contrib.git

and run: import keras_contrib.backend as KC KC.backend()

But error : Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'backend'\\

What should I do? Thank you.