필터 지우기
필터 지우기

How to generate GRU layer in MATLAB 2019b?

조회 수: 3 (최근 30일)
Qiaohui He
Qiaohui He 2021년 7월 6일
댓글: Qiaohui He 2021년 7월 7일
There is already a GRU layer in Deeplearning tool box in 2020b, however, I have to apply GRU in MATLAB 2019b. Is there any way to generate GRU layer in 2019b?

채택된 답변

Aparajith Raghuvir
Aparajith Raghuvir 2021년 7월 7일
I understand you're trying to apply a GRU layer in MATLAB R2019b, however there is no way to directly use the implementation you find in MATLAB R2020b.
You may instead run the following code:
edit gruLayer
This would give you the source code for the GRU layer which you may use as reference to build your own in MATLAB R2019b
  댓글 수: 3
Aparajith Raghuvir
Aparajith Raghuvir 2021년 7월 7일
The GRU layer doesn't exist in MATLAB R2019b. You may use the source code of the gruLayer from MATLAB R2020b as a reference to build your own custom GRU layer.
Qiaohui He
Qiaohui He 2021년 7월 7일
Thank you!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by