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

UnidirectionalSequenceLSTMLayer's inferShape is wrong written! #780

Open
clay001 opened this issue Jul 4, 2024 · 1 comment
Open

UnidirectionalSequenceLSTMLayer's inferShape is wrong written! #780

clay001 opened this issue Jul 4, 2024 · 1 comment
Labels
TIME WAIT Waiting for an approppriate period for a response before closing the issue.

Comments

@clay001
Copy link

clay001 commented Jul 4, 2024

file src/armnn/layers/UnidirectionalSequenceLstmLayer.cpp
the line 360, ValidateAndCopyShape function, if you do not pass the OutputSlotIndex param, the default will set the inferredShapes to the first outputSlot which is not correct, the real output should be the last outputSlot.

Can some body help me to check my concern?

@Colm-in-Arm
Copy link
Collaborator

Hello.

I have looked at this and I can see you concern but as of yet I've not found a way that this would cause a fault. By any chance, have you developed a unit test to highlight this problem?

Colm.

@Colm-in-Arm Colm-in-Arm added the TIME WAIT Waiting for an approppriate period for a response before closing the issue. label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TIME WAIT Waiting for an approppriate period for a response before closing the issue.
Projects
None yet
Development

No branches or pull requests

2 participants