FINN transform LSTM to FPGA RTL question. #1054
-
Hello, I was using Brevitas build QuantLSTM model. The OP in the model are below: Input tensor datatype: FLOAT32 The Qonnx give error: Exception: Op QuantLSTMCell not found in custom opset qonnx.custom_op.general so my questions is , how can I use FINN to transform LSTM to FPGA RTL. Thx. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
FINN dose not natively support LSTMs. |
Beta Was this translation helpful? Give feedback.
Hi,
FINN does not natively support LSTMs. This paper linked on the FINN website describes an extension to support LSTMs that (to my knowledge) was never fully integrated: https://arxiv.org/pdf/1807.04093