Recurrent network support. #98
-
|
Are recurrent networks, such as RNN, LSTM, GRU, supported by the fork? If so, what are the main considerations to be had when approaching an implementation of these with the FINN+ Framework? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
No, recurrent networks are currently not supported, at least not out of the box. There are both practical (no one fully implemented all the operators) as well as conceptual (how to handle the state/feedback) concerns. If you have any ideas/insights on these or want to contribute something, suggestions are welcome. |
Beta Was this translation helpful? Give feedback.
-
|
See also these papers about LSTM support in FINN (not FINN+ specific): |
Beta Was this translation helpful? Give feedback.
-
|
@fpjentzsch @iksnagreb Thank you! |
Beta Was this translation helpful? Give feedback.
No, recurrent networks are currently not supported, at least not out of the box. There are both practical (no one fully implemented all the operators) as well as conceptual (how to handle the state/feedback) concerns. If you have any ideas/insights on these or want to contribute something, suggestions are welcome.