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
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: