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

recurrentshop: NameError: name 'K' is not defined #120

Merged
merged 1 commit into from
Jul 17, 2020

Conversation

absognety
Copy link
Contributor

@absognety absognety commented Feb 24, 2020

There is small bug in recurrentshop, due to which post installation cannot import the library.
A bug NameError: name 'K' is not defined is being incurred. fixed this by adding the line
from keras import backend as K to engine.py of recurrentshop

this PR solved these issues - farizrahman4u/seq2seq#165 and
#119

@absognety
Copy link
Contributor Author

absognety commented Feb 24, 2020

Also solves farizrahman4u/seq2seq#276 (comment)

@absognety absognety changed the title recurrentshop: NamerError: name 'K' is not defined recurrentshop: NameError: name 'K' is not defined Feb 24, 2020
@farizrahman4u farizrahman4u merged commit bd3a7e2 into farizrahman4u:master Jul 17, 2020
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.

2 participants