Closed zixiaoli0206 closed 4 months ago
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.
"This issue is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days."
"This issue is being closed because it has been marked as stale for 5 days with no further activity."
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.