Skip to content

RNNs/LSTMs and FINN #532

Answered by heborras
fannymonori asked this question in Q&A
Feb 3, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @fannymonori ,

unfortunately FINN does currently not support RNNs or LSTMs.

However, in theory FINN can indeed be extended to support recurrent structures. And one would probably need to implement a few new HLS operators (see: https://github.com/Xilinx/finn/blob/main/notebooks/advanced/2_custom_op.ipynb ) and transformation passes (see: https://github.com/Xilinx/finn/blob/main/notebooks/advanced/1_custom_transformation_pass.ipynb ). Along with the required development for the actual HLS functions this undertaking would be quite involved, but possible.

Cheers,
Hendrik

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fannymonori
Comment options

Answer selected by heborras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants