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일

0 개 추천

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

Sami Foery
Sami Foery 2021년 9월 22일
Thanks for the reply!
There is some examples to do time series forcasting without LSTM/RNN ? But with CNN for example ?
Donald Baltus
Donald Baltus 2021년 9월 23일
Hi Sami,
Its difficult to to time series forcasting without state .... but perhaps possible if you load an entire sequence as a single input.
I haven't found any suitable examples but I will keep looking.
Sami Foery
Sami Foery 2021년 9월 25일
Thanks for you're return, I'll probably try another way for that.
상인 이
상인 이 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개)

카테고리

도움말 센터File Exchange에서 FPGA, ASIC, and SoC Development에 대해 자세히 알아보기

질문:

2021년 9월 22일

댓글:

2022년 9월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by