Skip to content
New issue

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

Made compatible with %tensorflow 1.x in colab #62

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Jeevesh8
Copy link

  • Resolved the error that shows due to first positional argument of add_weight() being name, resulting in multiple values for argument 'name'.
  • Added missing dtype argument for keras.backend.zeros_like(); without this argument, the zeros array and initial_states have the data type of integer, which leads to error.

Jeevesh Juneja added 4 commits May 27, 2021 17:33
* Resolved the error that shows due to first positional argument of add_weight() being name, resulting in multiple values for argument 'name'.
* Added missing dtype argument for keras.backend.zeros_like(); without this argument, the zeros array and initial_states have the data type of integer, which leads to error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant