LSTM network implemention on FPGA

9 ビュー (過去 30 日間)
Sami Foery
Sami Foery 2021 年 9 月 22 日
コメント済み: Donald Baltus 2022 年 9 月 5 日
Hi! I want to implement an LSTM network on an FPGA for predictive detection of defects. I saw that Deep Learning HDL Toolbox not supported lstmlayer and sequenceInputLayer. So my question is : There is a way to implement an LSTM network on FPGA and/or generate VHDL/Verilog code from it and that from Matlab ?
Thanks in advance!

採用された回答

Donald Baltus
Donald Baltus 2021 年 9 月 22 日
Hello Sami,
As you've observed, the Deep Learning HDL Toolbox does not currently support LSTM layers. Adding that support is on our roadmap but it does not exist today.
Furthermore, the Deep Learning HDL Toolbox does not currently support any layers including state. Without that capability, I don't believe it's possible to implement an LSTM network on an FPGA using the Deep Learning HDL Toolbox.
Please feel free to follow up if you have additional questions.
Regards,
  5 件のコメント
상인 이
상인 이 2022 年 9 月 5 日
Still no update for LSTM or GRU?
Donald Baltus
Donald Baltus 2022 年 9 月 5 日
LSTM will be supported in 2022B, GRU in 2023A.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by