We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I kept getting this error message when I was running this program. If you also run into this issue the resolution is:
np.ones_like in the rnn_cell.py file with keras.backend.ones_like.
You will also have to import keras as well so add from tensorflow import keras to the top of the rnn_cell.py file as well.
The text was updated successfully, but these errors were encountered:
I had a lot of issues with newer gear, I ran on a Windows 7 and it just worked.
Update your pip and try to reinstall.
Sorry, something went wrong.
No branches or pull requests
I kept getting this error message when I was running this program. If you also run into this issue the resolution is:
Replace
np.ones_like in the rnn_cell.py file with keras.backend.ones_like.
You will also have to import keras as well so add from tensorflow import keras to the top of the rnn_cell.py file as well.
The text was updated successfully, but these errors were encountered: