[go: nahoru, domu]

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

Support for rolled LSTM #2600

Open
zixiaoli0206 opened this issue May 25, 2024 · 2 comments
Open

Support for rolled LSTM #2600

zixiaoli0206 opened this issue May 25, 2024 · 2 comments
Labels

Comments

@zixiaoli0206
Copy link

Dear contributors,

I am trying to deploy a LSTM-based network on STM32. However, I noticed that the deployment is only successful when I used unrolled LSTM. When I use the rolled LSTM, the Allocator always complains "failed to get the registration from op code CUSTOM". Is it true the framework cannot support rolled LSTM up to now? The unrolled LSTM taks much more storage than rolled LSTM.

@rascani
Copy link
Collaborator
rascani commented May 31, 2024

From your description, I do not know what type of LSTM you're trying to deploy, but currently, the only LSTM we support is a unidirectional sequence LSTM.

Copy link
Contributor

"This issue is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days."

@github-actions github-actions bot added the Stale label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants