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

Fix issue with shape of LSTM node #970

Merged
merged 1 commit into from Jun 12, 2020
Merged

Conversation

buddhapuneeth
Copy link
Contributor

With the recent support of stacked LSTM #925 this issue is introduced.
Variable context.hidden_size is now a list. So for the ith LSTM, we need to assign the ith value instead of entire list.

With the recent support of stacked LSTM, this issue is introduced.
context.hidden_size is now a list. So for ith LSTM, we need to assign the ith value instead of entire list.
@guschmue guschmue merged commit b732311 into onnx:master Jun 12, 2020
@guschmue
Copy link
Collaborator

thanks @buddhapuneeth !

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.

None yet

2 participants