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? |
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. |
|
See also these papers about LSTM support in FINN (not FINN+ specific): |
|
@fpjentzsch @iksnagreb Thank you! |
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.