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

Wrong imports #17

Closed
andreacimino opened this issue Dec 14, 2015 · 1 comment
Closed

Wrong imports #17

andreacimino opened this issue Dec 14, 2015 · 1 comment

Comments

@andreacimino
Copy link

Please look at lstm_decoder.py, line 151:
base_config = super(FeedbackLSTM, self).get_config() (FeedbackLSTM never defined)

and lstm_encoder, line 143:
base_config = super(LSTM, self).get_config() (LSTM never defined)

@andreacimino andreacimino changed the title Cod Wrong imports Dec 14, 2015
@farizrahman4u
Copy link
Owner

Fixed!

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

No branches or pull requests

2 participants